classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Announcing JC virtual machine 1.4.5


From: Archie Cobbs
Subject: Announcing JC virtual machine 1.4.5
Date: Mon, 16 May 2005 12:45:48 -0500
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041129

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]