This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: does gcj do inlining when generating bytecodes?


>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:

Adam> I asked earlier if .java -> .o would inline, and the answer was
Adam> yes. Will GCJ inline small final/private methods within a single
Adam> class when compiling .java -> .class?

Nope.

We don't really do much, if any, optimizing when generating bytecode.
We could, but it has never been seen as very important.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]