On Fri, 2 Oct 1998, Didier Boucard [98-99] wrote:

> Hello,
> 
> I've tried Kaffe under linux to see if it worked fine. I've found no
> problem to run jdk classes, but it's really slow: on the class I've
> tested, it's about 4 times slower than under the jdk 1.1.6 from 
> blackdown.
> 
> What I would know is if something exists to make it faster ?
> Is Guavac a good (faster) compiler?

The compilers won't make much difference to runtime speed. The fastest
compiler I've seen is jikes (www.alphaworks.ibm.com) which is about an
order of magnitude faster than javac and the compiled code of the one
program I test it on is a little faster.

jikes is now my preferred compiler. IBM has some other nice addons too
including a GUI debugger written in java.

Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.

Reply via email to