please disregard half my previous post
Michael Poole
poole+ at andrew.cmu.edu
Thu May 15 17:35:40 PDT 1997
Please disregard the second half of my last message.. I should
have realized Kaffe was doing what I suggested. However, it just seems to
take forever.
Is there any reason that the following methods take so long to compile?
(I'd the first myself, but apparently the only source for it comes with
Sun's distribution of the JDK, and I don't have an NT or Solaris machine
handy.)
These are from timings from 'kaffe -verbosejit sun.tools.javac.Main
HelloWorldApp.java', which took a total of 17314 ms for all JIT
compilation -- these three methods account for 10610 ms, out of
approximately 630 methods JIT compiled.
I seem to remember getting better performance with previous versions of
Kaffe.
java/lang/Character.<clinit> -- 4656 ms
sun/tools/java/BatchEnvironment.makeClassDefinition -- 2546 ms
sun/tools/java/Parser.parseStatement -- 3408 ms
More information about the kaffe
mailing list