Closed
Bug 1843978
Opened 2 years ago
Closed 2 years ago
Make delazification cache per-process singleton
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(2 files)
In order to decouple DelazifyTask
from JSContext
, delazification cache should be accessible without JSContext
(cx->runtime()->caches().delazificationCache
)
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D183833
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D183834
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/1db14b01083b
Part 1: Make delazification cache per-process singleton. r=nbp
https://hg.mozilla.org/integration/autoland/rev/7e8d070f66b6
Part 2: Make JSRuntime::caches_ not accesible from parse task. r=nbp
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1db14b01083b
https://hg.mozilla.org/mozilla-central/rev/7e8d070f66b6
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•