Download List

專案描述

Jato is an implementation of the Java virtual machine. It includes a VM and a JIT compiler for the x86 machine architecture and supports the JNI API. Jato uses Boehm GC as its garbage collector and relies on GNU Classpath to provide essential Java APIs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-05 21:22
0.3

JRuby and Jython are now supported. VM startup speed has improved by 25% and DaCapo benchmark results have improved across the board. The JIT compiler is now able to optimize code before execution. It has limited support for ARM and PPC32 architectures, and significantly improved support for the x86-64 architecture. The VM now also has a classfile verifier.
標籤: Major

2011-07-29 06:57
0.2

Jython and JRuby support finally start under Jato. Annotation support has been improved. Many x86 architecture bugs have been squashed.

2010-09-19 04:24
0.1.1

Performance optimizations were made across the board. Many fixes were made to make Eclipse, Jython, Xalan, and Lusearch work. All DaCapo benchmark suite tests pass now.

2010-01-10 18:32
0.0.2

This release has a bunch of fixes to make some new programs run under Jato, such as Java Tris, Clojure REPL, and DaCapo. There's also lots of infrastructure work for garbage collection, but it is not functional yet. Fixes were made to the x86-64 port, which is also not fully functional.

2009-09-09 22:37
0.0.1

This is the first public release of Jato VM. It supports the full JVM instruction set on 32-bit x86 machines running under GNU/Linux but lacks a garbage collector. The following applications are known to run under the VM: System.out.println("hello, world"), Sun Microsystem's Hello World Swing, SciMark2, and not a whole lot more.
標籤: Unstable, Major

Project Resources