does gcj do inlining when generating bytecodes?
Tom Tromey
tromey@redhat.com
Mon Dec 17 09:55:00 GMT 2001
>>>>> "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
More information about the Java
mailing list