Closed
Bug 1830154
Opened 2 years ago
Closed 2 years ago
Remove AutoSetHelperThreadContext for parsing
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: bthrall, Assigned: bthrall)
References
Details
Attachments
(5 files)
AutoSetHelperThreadContext
is no longer needed for helper thread ParseTask
s.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → bthrall
Severity: -- → N/A
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D177390
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D177391
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D177392
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D177393
Pushed by bthrall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e2ebb9c29e0
Pass options directly to deserializeStencils() r=arai
https://hg.mozilla.org/integration/autoland/rev/8286aa6f6a37
Remove need for JSContext in ParseTask subclasses. r=arai
https://hg.mozilla.org/integration/autoland/rev/4b91b15d0cb2
Rename moveInstantiationStorageInto() r=arai
https://hg.mozilla.org/integration/autoland/rev/35e813fb03c1
Remove unused JSContext parameter to ParseTask::parse() r=arai
https://hg.mozilla.org/integration/autoland/rev/c4e56d0c9dfc
Remove need for CompilationStorage friend functions. r=arai
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7e2ebb9c29e0
https://hg.mozilla.org/mozilla-central/rev/8286aa6f6a37
https://hg.mozilla.org/mozilla-central/rev/4b91b15d0cb2
https://hg.mozilla.org/mozilla-central/rev/35e813fb03c1
https://hg.mozilla.org/mozilla-central/rev/c4e56d0c9dfc
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•