eclipse status (summary: it looks nice)
Mark Wielaard
mark@klomp.org
Tue Dec 24 01:11:00 GMT 2002
Hi,
On Tue, 2002年12月24日 at 02:20, Anthony Green wrote:
> > Part of this is caused by the fact that the
> > VMClassLoader keeps tries to load new classes first by first trying to
> > open the lib-sub-package-class.so files. But since there are no natively
> > compiled classes it keeps falling back to the interpreter. We must cache
> > the result of Runtime.(internal)loadLibrary() somewhere.
>> That's a good idea. I also noticed that we create a lot of garbage when
> loading bytecode from jarfiles.
Didn't actual implement my idea. I just disabled the loadin completely
since it isn't needed for how we run Eclipse at the moment.
Artur Biesiadowski has some real patches to reduce memory use in
java.util.zip. But I am using the attached hacks which already make
Eclipse reasonable usable on my 1.4Ghz machine (Getting to the Hello
World code completion example now takes "just" 140MB.)
> > Is your version of Eclipse based on 2.0.2 or 2.1-M4?
>> 2.0.1 (admittedly, I'm not using our latest development version)
2.1-M4 is already faster.
Cheers,
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hack.patch
Type: text/x-patch
Size: 2455 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java/attachments/20021224/b9affa17/attachment.bin>
More information about the Java
mailing list