Kaffe

What is it?
The Java Virtual Machine Specification
 Notes

Different level of view of Kaffe:

  1. Highest level:

  2. Well, Kaffe will initialise a VM (main), load a Java class file, interpret or translate it into native code (JIT), and execute it, (main2).
  3. Higher level:


  4. See this.
  5. A little bit higher level:

  6. Briefly description of each function, start from main().
  7. Source level:

  8. See this.
  9. Instruction level:

  10. 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