Closed
Bug 1692359
Opened 4 years ago
Closed 4 years ago
Split up collectToFixedPoint into object and string parts
Categories
(Core :: JavaScript: GC, enhancement, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
In another bug, we were seeing very very long minor GCs. It would be nice to at least know whether the time was spent collecting objects or strings (for one, because strings might be blamed on deduplication.)
Split out the nursery profile category for collecting to a fixed point into the object part and the string part.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by sfink@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/729dc620483a Split up collectToFixedPoint into object and string parts r=jonco
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•