You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Immix defrag heuristics do not consider pinning. If a block is chosen as the defrag source and it has pinned objects, we cannot fully evacuate the block. We could keep a pinning state for each block, so we can avoid avoid evacuating blocks with pinned objects
The other thing that may matter is the blocks to copy objects into.