pharo-project / pharo-vm

This is the VM used by Pharo
http://pharo.org
Other
113 stars 68 forks source link

Adding option for pin behaviour #844

Closed tesonep closed 1 month ago

tesonep commented 1 month ago

When pinning young objects, the objects are clonned into the old space. It tries to allocate the object in a segment with already pinned objects. Avoid the clonning process avoid this search and allocate the clonned object anywhere?