Previous Next Contents

8. Implementation ideas and concerns

8.1 Java Frames

The jframeID will be the stack pointer of the current thread in our implementation. This will make accessing the local variable at a given slot address very simple.

8.2 Operand Stack

Since Electricalfire doesn't have the concept of an operand stack, this can not supported easily.


Previous Next Contents