This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: .class code optimization
- From: Andrew Haley <aph at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: Jeff Sturm <jsturm at one-point dot com>,Tom Tromey <tromey at redhat dot com>, Lapo Luchini <lapo at lapo dot it>,<java at gcc dot gnu dot org>
- Date: Sat, 12 Oct 2002 10:42:06 +0100 (BST)
- Subject: Re: .class code optimization
- References: <Pine.LNX.4.44.0210111459420.8371-100000@ops2.one-point.com><864rbsbii1.fsf@nowhere.com>
Adam Megacz writes:
>
> Hrm, come to think of this, inter-class inlining could be a big
> advantage for gcj. I can't see how a JIT could ever support it.
Why not? If gcj can do it, so can a JIT.
Andrew.