aspose file tools
The moose likes Performance and the fly likes jikes vs HotSpot Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "jikes vs HotSpot" Watch "jikes vs HotSpot" New topic
Author

jikes vs HotSpot

Ed Parks
Greenhorn

Joined: Oct 31, 2000
Posts: 5
I've heard/read that IBM's Jikes compiler is the fastest around. I wonder if Jack S. or anyone else has done any performance comparisons against these two.
-Ed
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
They are not really compatible. Jikes is a compiler, which takes source code and generates bytecode ready to give to a JVM. Hotspot is a JVM (or at least a speed-up module for one) which takes bytecode and runs it.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: jikes vs HotSpot
 
Similar Threads
Is new R&H Book is needed?
One more with {} and forloop!!
Kawa
JQ+ question
byte b = 'a'; ???