Closed
Bug 1807216
Opened 2 years ago
Closed 2 years ago
Remove JSContext from CompilationState
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(5 files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D166158
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D166159
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D166160
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D166161
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D166162
Comment 6•2 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:arai, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Flags: needinfo?(tcampbell)
Flags: needinfo?(arai.unmht)
Assignee | ||
Comment 7•2 years ago
|
||
these patches depends on bug 1810160 patches.
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/9db85e4d95f2
Part 1: Remove JSContext parameter from ParserAtomsTable::internJSAtom. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/71db6a78b32c
Part 2: Remove JSContext parameter from InputName::internInto. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/49006f18efb9
Part 3: Remove JSContext parameter from ScopeContext methods. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/84f5bd569cf3
Part 4: Remove JSContext parameter from CompilationSyntaxParseCache methods. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/177a1d8aa75f
Part 5: Remove JSContext parameter from CompilationState methods. r=tcampbell
Comment 9•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9db85e4d95f2
https://hg.mozilla.org/mozilla-central/rev/71db6a78b32c
https://hg.mozilla.org/mozilla-central/rev/49006f18efb9
https://hg.mozilla.org/mozilla-central/rev/84f5bd569cf3
https://hg.mozilla.org/mozilla-central/rev/177a1d8aa75f
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•