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]

inter-class optimizations


Adam Megacz writes:
 > 
 > I know this has been discussed before but I wanted to get an
 > update... is there any advantage to compiling my entire binary in one
 > invocation of gcj?

Yes.  That's what I do.

 > In theory this should allow inter-class inlining and nonstandard
 > calling interfaces (register passing)... does gcj do any of this?

a.  yes.  b.  no.

Andrew.


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