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]

Cross-class inlining


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.


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