|
2010/05/25 01:34 |
Richard Donovan |
Jato - an open source JVM aiming at better performance
Jato is an open source JVM developed by Pekka Enberg, Tomek Grabiec Arthur Huillet and Eduard-Gabriel Munteanu. That aims at better performance especially at start time
Early versions of Jato are available in 32-bit x86 versions of Linux (the processor will handle SSE2). Unlike the (hot)spot compiling of the Sun jvm, Jato provides compilation on the fly ( just-in-time ) for the whole of the code. This provides good performance even at la… |
jvm,
open,
source,
performance,
linux |