This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
What's the state of efforts to reduce GCJ's footprint?
- From: Jim Mayer <jim at pentastich dot org>
- To: GCJ <java at gcc dot gnu dot org>
- Date: Wed, 31 Jan 2007 21:04:53 -0500
- Subject: What's the state of efforts to reduce GCJ's footprint?
- References: <17856.32643.234003.34938@zebedee.pink>
Hi,
I know you folks are well aware of how big the statically linked
executable files are, and I can see that there's been a lot of
discussion about the topic over the years. It looks like that as
Classpath (and libgcj) have grown more complete the problem has gotten
worse... a few years ago people were complaining about the size of
minimal gcj compiled applications that seem downright tiny now.
Since there's so much stuff out there I'm hoping that someone will point
me to some good information on the topic. I can see that a lot of
internal compiler work has been going on (the new ABI stuff, major gcc
changes, a new byte code compiler, etc.) and I'm having trouble figuring
out how much of the stuff Google turns up is still relevant.
Thanks.
-- Jim