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]

Re: cross-module inlining (was Re: using gcj for a different language - is it possible?)


Jeff Sturm <jsturm@one-point.com> writes:
> Similarly in Java, why not leave the most aggressive optimizations for the
> main executable (non-PIC) and stick to conservative binary-compatible
> optimizations for libraries?  Does binary compatibility really matter for
> non-library code?

This would be awesome.

I've made some great progress recently getting JODE to prune
unreachable methods out of statically linked binaries...  I expect to
post here soon with the results.

  - a


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