[ANNOUNCE] Jato v0.0.1 - a simple JIT-only virtual machine for Java

2009-09-08 Thread Pekka Enberg
Hi all, I am proud to announce the release of Jato v0.0.1 "buy more RAM"-edition! Jato is a JIT-only virtual machine for Java that can run some simple programs under GNU/Linux on modern 32-bit x86 CPUs. A port to the x86-64 machine architecture is currently being developed. Jato depends on GNU Cl

[penberg/jato] 8800dd: Use gzip in scripts/make-release

2009-09-08 Thread noreply
Branch: refs/heads/master Home: http://github.com/penberg/jato Commit: 8800ddf65e40452b2f78dccab591a82f8113cd7d http://github.com/penberg/jato/commit/8800ddf65e40452b2f78dccab591a82f8113cd7d Author: Pekka Enberg Date: 2009-09-08 (Tue, 08 Sep 2009) Changed paths: M scripts/make-release

[penberg/jato] d20dcf: jit: fix race condition in fixup_direct_calls()

2009-09-08 Thread noreply
Branch: refs/heads/master Home: http://github.com/penberg/jato Commit: d20dcf40932b431933b48ae385e02a119e9d86d0 http://github.com/penberg/jato/commit/d20dcf40932b431933b48ae385e02a119e9d86d0 Author: Tomek Grabiec Date: 2009-09-08 (Tue, 08 Sep 2009) Changed paths: M arch/x86/emit-code.