|
CACAO is a JIT compiler for Java.Updated by TWISTIon Tuesday, June 17th 2008.
CACAO is a virtual machine for running Java programs. It uses a JIT compiler which is available for the Alpha, ARM, i386, M68k, MIPS (32- and 64-bit), PowerPC, PowerPC64, S390, and x86-64 architectures.
Licence : GPL
Version : 0.99 [Stable]
Release Notes : This release adds initial support to use OpenJDK as Java runtime library, fixes a memory leak in Boehm-GC and updates Boehm-GC to version 7.1, removes the libltdl dependency, uses 8-byte stack-slots on all architectures, includes faster C-to-Java calls, removes genoffsets so that cross-compilation is much easier now, adds annotation and assertion support.
Platforms : Alpha, ARM, i386, M68k, MIPS (32- and 64-bit), PowerPC, PowerPC64, S390, x86_64
|