mmtk / mmtk-core

Memory Management ToolKit
https://www.mmtk.io
Other
379 stars 69 forks source link

Clear pin bits #1166

Closed udesou closed 4 months ago

udesou commented 4 months ago

If an object dies, we need to make sure his pin bit gets cleared. This PR enables clearing the pin bits when sweeping - clearing the whole block when super::BLOCK_ONLY is true, or at line granularity when a line is not marked. I've only added it to the immix policy, since for everything else pinning is either unsupported or it's a NOP.