cross-module inlining (was Re: using gcj for a different language - is it possible?)
Adam Megacz
adam@megacz.com
Tue Feb 10 04:07:00 GMT 2004
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
More information about the Java
mailing list