This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: cross-module inlining (was Re: using gcj for a different language - is it possible?)
- From: Adam Megacz <adam at megacz dot com>
- To: java at gcc dot gnu dot org
- Date: Mon, 09 Feb 2004 20:08:02 -0800
- Subject: Re: cross-module inlining (was Re: using gcj for a different language - is it possible?)
- Organization: Myself
- References: <Pine.LNX.4.44.0402082234300.18065-100000@ops2.one-point.com>
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