Closed
Bug 1588124
Opened 5 years ago
Closed 5 years ago
AllocKinds.h suggests that atoms can be moved by compacting GC
Categories
(Core :: JavaScript: GC, task, P2)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
The 'compact' field for both types of atoms in FOR_EACH_NONOBJECT_NONNURSERY_ALLOCKIND is true, despite the fact that we don't move atoms. This is confusing. It should be false here for consistency.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jcoppeard
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ccc497d7fbe9
Mark atom kinds as not compactable in AllocKinds.h for consistency, since we don't compact the atoms zone r=sfink
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•