This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.
>>>>> "Olivier" == Olivier Lefevre <Olivier.Lefevre@wdr.com> writes: Olivier> OK but that sort of sidesteps the issue. What if for some Olivier> reason one wanted to produce a statically linked executable Olivier> with minimal footprint, i.e., just the required classes? Will Olivier> that be an option? The GNU linker has a new(-ish) feature called section GC. I think that can be used to implement this. I've never tried it. Tom