Closed
Bug 1779571
Opened 9 months ago
Closed 8 months ago
Don't trace nursery keys that have been removed from the Map/Set
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
On the matrix-react benchmark we sometimes end up tracing nursery keys that have since been deleted from the Map or Set. This is easy to fix and helps avoid tenuring some things.
Assignee | ||
Comment 1•9 months ago
|
||
Pushed by jdemooij@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b33c9fb27f73 Don't trace nursery keys that have been removed from the Map/Set. r=jonco
Comment 3•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•