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

Adding Support for PermSpace

Open tesonep opened this issue 3 years ago • 1 comments

  • Having a new generation of objects, the permanent objects.
  • Splitting the RememberedSet (From Old, From Permanent)
  • New Image Format supporting extended format (Needed for saving permanent space).
  • Primitives to move objects to perm space (single, bulk)
  • Improving the comparison of old/new/perm object references.

By default, the new image format is not activated, so it is compatible with pharoX branch.

tesonep avatar Oct 12 '22 11:10 tesonep

~~I want to add the setting from outside the image format to use. Please don't merge yet.~~

tesonep avatar Oct 12 '22 11:10 tesonep

Tests are green!

guillep avatar Apr 11 '23 19:04 guillep