Closed
Bug 1782095
Opened 2 years ago
Closed 2 years ago
Try to remove JSContext::freeLists_
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
Details
Attachments
(4 files)
I think post-Stencil we no longer need this to be on the context. This would make setZone
a bit faster and simpler.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
We needed this to support off-thread atom allocation, but we no longer do that
since Stencil.
Depends on D153143
Assignee | ||
Comment 3•2 years ago
|
||
It's now simpler to use the counter on the zone directly. It also no longer needs
to be an atomic because we only get/set it on the main thread.
Depends on D153144
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D153145
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b8f750002da
part 1 - Remove unused isAtomsZone argument from JSContext::setZone. r=jonco
https://hg.mozilla.org/integration/autoland/rev/92697fcf9823
part 2 - Remove JSContext::freeLists_. r=jonco
https://hg.mozilla.org/integration/autoland/rev/438076b73ef8
part 3 - Remove JSContext::tenuredAllocsSinceMinorGC_. r=jonco
https://hg.mozilla.org/integration/autoland/rev/ad0a95af8bf7
part 4 - Remove freeLists argument from refillFreeListAndAllocate. r=jonco
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7b8f750002da
https://hg.mozilla.org/mozilla-central/rev/92697fcf9823
https://hg.mozilla.org/mozilla-central/rev/438076b73ef8
https://hg.mozilla.org/mozilla-central/rev/ad0a95af8bf7
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•