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: eclipse status (summary: it looks nice)


On Tue, 2002-12-24 at 01:59, James Mansion wrote:
> Surely anything that isn't bloody quick on a 2.4GHz P4 is as slow
> and lardy as ... well, as a very slow thing? ;-)

> Why are you surprised, out of interest?

This is running Eclipse with our interpreter (although the core java
libraries are native code).  Very little work has gone into optimizing
the interpreter.  Virtually all VMs these days JIT compile the bytecode
to native code at runtime before execution.  That's where all of the
optimization happens as well, since javac developers gave up optimizing
bytecode a long time ago.  So I was surprised with the performance
considering we're running unoptimized bytecode on an unoptimized
interpreter.

I think a good next step is to start compiling some of Eclipse's jar
files to native shared libraries.  I think, however, that we'll need one
more patch (from Jeff, hopefully!) before that will be possible.

AG



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