Notes about modification of kaffe:
-
How to implement indirect memory access?
How to implement indirect memory access?
-
In soft.c, all function invloving heap access should return the indirect
pointer, including soft_new(), soft_newarray() , etc.
-
For interpret mode, modify the macros invloving heap access in icode.h,
including store_*, load_*, etc.