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: Reducing static binary size


>>>>> "Geert" == Geert Bevin <gbevin@uwyn.com> writes:

Geert> It there a way to reduce the size of the generated binary even
Geert> further, or does someone have any ideas about how to look into
Geert> that?

This has been extensively discussed on the list in the past.  There
are a lot of good ideas (e.g., vtable GC, compressing metadata), but
nobody has implemented them yet.  Adam Megacz has a script he uses to
reduce the size of his program; as I recall he made it available in
the recent past (within the last month or two).

Tom


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