Closed
Bug 1944789
Opened 15 days ago
Closed 10 days ago
Clearing the allocated during collection flag sooner results in less work after buffer allocator sweeping
Categories
(Core :: JavaScript: GC, enhancement)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This is a small improvement, but if we clear the this flag before we merge swept data then the lists we traverse will be shorter and we will do less work.
Assignee | ||
Comment 1•15 days ago
|
||
Updated•15 days ago
|
Assignee: nobody → jcoppeard
Status: NEW → ASSIGNED
Updated•14 days ago
|
Attachment #9462735 -
Attachment description: Bug 1944789 - Clear the allcoated during collection flag sooner after buffer allocator sweeping r?sfink → Bug 1944789 - Clear the allocated during collection flag sooner after buffer allocator sweeping r?sfink
Updated•13 days ago
|
Blocks: GC.performance
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/329f5c47a42a
Clear the allocated during collection flag sooner after buffer allocator sweeping r=sfink
Comment 3•10 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Assignee | ||
Updated•10 days ago
|
Summary: Clearing the allcoated during collection flag sooner results in less work after buffer allocator sweeping → Clearing the allocated during collection flag sooner results in less work after buffer allocator sweeping
You need to log in
before you can comment on or make changes to this bug.
Description
•