pharo-vm icon indicating copy to clipboard operation
pharo-vm copied to clipboard

Have a Stream API for an image from the Disk

Open tesonep opened this issue 4 years ago • 0 comments

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

tesonep avatar Dec 06 '21 16:12 tesonep