Cross-class inlining

Andrew Haley aph@redhat.com
Mon Oct 20 17:42:00 GMT 2003


Robin Garner writes:

 > I've seen some mention on the list of inter-class inlining being
 > added to gcj in the near future.  Can someone say more ?  I presume
 > this is inter-compilation-unit as well as inter-class ?

It's already there, and it works.

Try this:

   gcj -O3 a.java b.java c.java -c -o foo.o
   gcj foo.o --main=b

Andrew.



More information about the Java mailing list