Closed
Bug 1667361
Opened 4 years ago
Closed 4 years ago
Warp: don't trace full snapshot for nursery GCs
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Nursery GCs only need to trace the nursery-objects list. All other GC pointers in the
snapshot are tenured and non-moving. This is asserted by WarpGCPtr<T> and TraceWarpGCPtr.
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/90001735fdd6
Don't trace full WarpSnapshot for nursery GCs. r=jonco
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•