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]

Re: lobotomizing libgcj




On Fri, 11 May 2001, Tony Kimball wrote:
> My thought is that most people focussed on size will be linking
> statically, as am I.

One option, if you can afford the size and your target has a filesystem,
may be keeping the interpreter and minimizing the number of classes
compiled in.  Classes that are not commonly used could then be
interpreted.  You'd probably need to link all classes with native
methods, but there really aren't that many.

You'd still need to decouple things a bit, maybe using weak references
like Bryce suggested.

Jeff




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