Closed
Bug 1662127
Opened 4 years ago
Closed 4 years ago
Prep patches for stencil-mvp
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(3 files, 1 obsolete file)
Small fixups needed to off-thread parse without a parse global.
Assignee | ||
Comment 1•4 years ago
|
||
After Bug 1660798, the TokenStreamPosition no longer uses JSAtoms and the
AutoKeepAtoms argument is not needed.
Assignee | ||
Comment 2•4 years ago
|
||
The SharedImmutableStrings cache is not tied to gc::Zone so use the JSRuntime
directly from the JSContext instead.
Depends on D88860
Assignee | ||
Comment 3•4 years ago
|
||
Instead of relying on the parseGlobal to determine the runtime, store it
directly.
Depends on D88861
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D88862
Updated•4 years ago
|
Attachment #9173109 -
Attachment is obsolete: true
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae059ddb84d6
Remove AutoKeepAtoms argument from TokenStream. r=djvj
https://hg.mozilla.org/integration/autoland/rev/cd3ce7f147ba
Avoid needing active Realm for ScriptSource initialization. r=djvj
https://hg.mozilla.org/integration/autoland/rev/90a8bcbdc9bc
Add ParseTask::runtime field. r=djvj
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ae059ddb84d6
https://hg.mozilla.org/mozilla-central/rev/cd3ce7f147ba
https://hg.mozilla.org/mozilla-central/rev/90a8bcbdc9bc
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•