This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
inlining across .java files?
- From: Andrew Haley <aph at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 11 Oct 2002 18:56:16 +0100 (BST)
- Subject: inlining across .java files?
- References: <868z14c1c1.fsf@nowhere.com>
Adam Megacz writes:
>
> If I compile multiple .java files as one "compilation unit" (one
> invocation of gcj), will gcj inline *across* files? If not, is there
> any way I can get it to do this?
It could be made to, but we don't yet support it.
Andrew.