Optimizing for download size - Would be very fine

Andrew Haley aph@redhat.com
Fri Nov 22 13:09:00 GMT 2002


Linuxhippy writes:
 > Hi!
 > 
 >  >I'm working on this but I have to wait until Bryce gets back before I
 >  >can proceed -- I need to ask him some questions.
 >  >
 >  >BTW, anybody got an ETA on that?
 >  >
 >  >
 >  >
 > Wow, that would be a really great task!!
 > 
 > May I ask another question:
 > The libgcj.so is really big, and it needs to be loaded into my memory
 > each time, a new gcj-program is loaded.

That's not really true.  libgcj.so is allocated memory, but each
4kbyte page is only allocated real physical memory when it's needed.

Andrew.



More information about the Java mailing list