pharo-vm
pharo-vm copied to clipboard
Have a Stream API for an image from the Disk
To stream objects from the image in disk we need to duplicate the same behavior that is in the memory / object representation. A good dependency of this issue is to extract this behavior in a way we can reuse it and have it only once in the VM. We need to know how to iterate the objects by its header and have some reification of the memory structure (aka free list, hidden roots, class tables, object stacks)
- SpurMemoryManager
- StackIntepreter
- CogObjectRepresentation