Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward Porting fixes in Pharo-10 #859

Open
wants to merge 16 commits into
base: pharo-12
Choose a base branch
from
Open

Conversation

tesonep
Copy link
Collaborator

@tesonep tesonep commented Oct 14, 2024

  • Perm Space fixes
  • Adding working copy parameter

… for the old space as it was using the total size of the image to allocate, this space was not used but the space was required to the OS

- Adding a new field to the header to hold only the old space size.
- Making it optional to support older images
- In Spur format images the value is set as the whole image size, as there is not perm space.
- Cloning should only create a permanent object if we are in the become, as we are handling the remembered sets
- Fixing forwarders in the perm space.
Improving Implementation of CompositeImageFormat and PermanentSpace
Fixing cygpath conversion for newer version of cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant