Skip to content

Efficient allocation bits #251

Closed
Closed
@steveblackburn

Description

@steveblackburn

Maintaining a bit within side metadata that marks the start of every object is necessary for a number of collector algorithms and for standard implementations of interior pointers. Such a bit also has other more general advantages such as fast checks of address validity (useful for correctness and for conservative collection), and for linear memory scans.

MMTk has some implementations of this, but we do not yet have an implementation that is sufficiently high performance that can be left 'turned on'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-allocatorArea: AllocatorC-enhancementCategory: EnhancementG-performanceGoal: PerformanceP-highPriority: High. A high-priority issue should be fixed as soon as possible.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions