Toba: A Java-to-C Translator Toba is no longer maintained or supported, and these web pages are no longer being updated. You can still download Toba, but note that it is tied to the obsolete JDK version 1.1. Toba translates Java class files into C source code. This allows the construction of directly executable programs that avoid the overhead of interpretation. Toba deals with stand-alone ...
www.cs.arizona.edu/sumatra/toba
ShuJIT - Java Just-in-Time Compiler for x86 processors last-modified: Apr 20 21:20, 2002 JST Here http://www.shudo.net/jit/ ShuJIT is a JavaTM Just-in-Time compiler for Sun Microsystems' Classic VM (i.e. JDK, Java 2 SDK, JRE) and Intel x86 processors. It supports FreeBsd, Linux and NetBSD. What's New Apr 20, 2002 0.7.12 was released. Improves the workaround for FreeBSD JDK 1.3.1 patchlevel 6.
About Glass Glass is a classical static compiler implemented as a .class (java bytecode) frontend of gcc. It generates the assembler source of individual cpu from the given class file of java. Now Cygnus gcc team release more complete compiler for Java and Java bytecode - GCJ! There are other (commercial or non-commercial) bytecode compilers: TurboJ Home Page SuperCede TowerJ 2.0 JAcclelerator ...
www.rr.iij4u.or.jp/~kkojima/glass.html