Skip to content

Pinning-aware Immix defrag heuristics #1328

@qinsoon

Description

@qinsoon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions