Kaffe
What is it?
The
Java Virtual Machine Specification
Notes
Different level of view of Kaffe:
-
Highest level:
Well, Kaffe will initialise a VM (main),
load a Java class file, interpret or translate it into native code (JIT),
and execute it, (main2).
-
Higher level:
See this.
-
A little bit higher level:
Briefly description of each function, start from main().
-
Source level:
See this.
-
Instruction level:
I would rather cleaning my desktop than doing this.
You may want to take a look at my
CVS Repository
Last modified: Thu Oct 17 11:19:25 EDT 2002