Announcing JC virtual machine 1.4.5

  Changes in version 1.4.5:

    - Fixed problem with function attributes declarations on GCC >= 3.4.
    - Eliminate "bootstrap" code generation; just interpret when needed.
    - Added --disable-pregenerated-sources flag to ./configure.
    - Increased default thread stack size from 64K -> 256K.
    - Upgrade to Classpath 0.15.
    - Misc other minor fixes.

JC is a Java virtual machine implementation that converts class files
into C source files using the Soot Java bytecode analysis framework,
compiles them with GCC, and loads them using a built-in ELF object
file loader. JC utilizes the GNU Classpath class library and provides
a fairly complete Java runtime including sophisticated optimizations to
increase runtime performance. JC also includes a bytecode interpreter,
and supports execution in either or mixed modes.

http://jcvm.sourceforge.net/

Cheers,
-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com


_______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to