ダウンロードリスト

プロジェクト概要

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.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-01-05 21:22
0.3

JRuby と Jython は現在サポートされています。VM スタートアップ速度 25% 向上しています、DaCapo ベンチマークの結果は全面的に改善しています。JIT コンパイラを実行する前にコードを最適化することができるようになりました。腕と PPC32 のアーキテクチャのサポートが限られており、x 86 64 アーキテクチャのサポートが大幅に向上します。VM もな、クラスファイルの検証ツールになりました。
タグ: 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やJRubyはJATOの下に始まる最終的にサポートしています。注釈のサポートが改善されました。多くのx86アーキテクチャのバグは、押しつぶされている。
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

パフォーマンスの最適化が全面的に行われた。数多くの修正は、Eclipseは、Jythonは、Xalan、およびLusearchを動作させるために行われた。すべてのDaCapoベンチマークテストは、今すぐに渡します。
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

このリリースで修正プログラムのいくつかの新しいプログラムのJATOの下では、Javaトリス、Clojure replをし、このトラックなどを実行することが山ほどある。また、ガベージコレクションのためのインフラ作業の多くが、それはまだ機能していない。修正プログラムは、x86 - 64ポート、これも完全に機能していないがなされた。
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

これのJATO VMの最初のパブリックリリースです。これは、完全なJVMの命令を32に設定ビットのx86マシンではGNUの下で実行している/ Linuxをサポートしていますが、ガベージコレクタが欠けている。次のアプリケーションは、VMで実行されることが知られている:System.out.println("こんにちは、世界")は、Sun MicrosystemのHello Worldのスイング、SciMark2ではなく、全体をより多くの。
タグ: 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.

プロジェクトリソース