Notes about modification of kaffe:

  1. How to implement indirect memory access?

How to implement indirect memory access?

  1. In soft.c, all function invloving heap access should return the indirect pointer, including soft_new(), soft_newarray() , etc.
  2. For interpret mode, modify the macros invloving heap access in icode.h, including store_*, load_*, etc.