Local Object Management
- An object is represented by a contiguous zone of memory.
- The first word points to the class of the object.
- The following words are the instance variables.
- The class keeps a method table for efficient lookup of methods
and also keeps the class variables (static variables).

- 1 -