lobotomizing libgcj
Jeff Sturm
jsturm@one-point.com
Fri May 11 16:51:00 GMT 2001
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
More information about the Java
mailing list