Skip to content

Remove redundant zeroing for OpenJDK and V8 #384

Open
@wenyuzhao

Description

@wenyuzhao

Currently, MMTk will always use zeroed memory for allocation. However, OpenJDK internally will do another round of zeroing, which is redundant. We need to either disable OpenJDK internal zeroing or make MMTk not doing zeroing at all.

V8 does not require zeroing. So we may want to disable zeroing for V8 as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-spaceArea: Space/PageResourceC-featureCategory: FeatureF-good-first-issueCall For Participation: Suitable issues for first-time contributorsP-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