pharo-project / pharo-vm

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

Adding option for pin behaviour #844

Closed tesonep closed 2 months ago

tesonep commented 3 months 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?