-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
A-spaceArea: Space/PageResourceArea: Space/PageResourceC-featureCategory: FeatureCategory: FeatureF-good-first-issueCall For Participation: Suitable issues for first-time contributorsCall For Participation: Suitable issues for first-time contributorsP-highPriority: High. A high-priority issue should be fixed as soon as possible.Priority: High. A high-priority issue should be fixed as soon as possible.
Description
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
Labels
A-spaceArea: Space/PageResourceArea: Space/PageResourceC-featureCategory: FeatureCategory: FeatureF-good-first-issueCall For Participation: Suitable issues for first-time contributorsCall For Participation: Suitable issues for first-time contributorsP-highPriority: High. A high-priority issue should be fixed as soon as possible.Priority: High. A high-priority issue should be fixed as soon as possible.