Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 und Jython werden jetzt unterstützt. VM-Startgeschwindigkeit verbessert um 25 % und DaCapo Benchmark-Ergebnisse haben in allen Bereichen verbessert. Der JIT-Compiler kann nun Code vor der Ausführung zu optimieren. Es hat eine begrenzte Unterstützung für ARM und PPC32 Architekturen und erheblich verbesserte Unterstützung für die X 86-64 Architektur. Die VM hat jetzt auch eine Classfile-Prüfer.
Tags: Major
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.

2011-07-29 06:57
0.2

Jython und JRuby Unterstützung schließlich unter Jato starten. Annotation-Unterstützung wurde verbessert. Viele x86-Architektur Bugs wurden zerquetscht.
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-Optimierungen wurden auf der ganzen Linie gemacht. Viele Fixes wurden gemacht, um Eclipse, Jython, Xalan und Lusearch Arbeit machen. Alle DaCapo Benchmark-Suite Prüfungen bestehen zu kaufen.
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

Diese Version hat ein paar Updates zu machen, ein paar neue Programme unter Jato laufen, wie zum Beispiel Java Tris, Clojure REPL und DaCapo. Es gibt auch viele Infrastrukturarbeiten für die Garbage Collection, aber es ist noch nicht richtig funktionieren. Korrigiert wurden die x86-64-Anschluss, der ebenfalls nicht voll funktionsfähig gemacht.
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

Dies ist die erste Veröffentlichung von Jato VM. Es unterstützt den gesamten Unterricht JVM auf 32-Bit-set x86-Rechner läuft unter GNU / Linux, aber fehlt ein Garbage Collector. Die folgenden Anwendungen sind dafür bekannt, im Rahmen der VM ausgeführt wird: System.out.println ( "Hallo Welt"), Sun Microsystems Hallo Welt Swing, SciMark2, und nicht eine ganze Menge mehr.
Tags: Unstable, Major
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.

Project Resources