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: Optimizing for download size - Would be very fine


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.


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