Closed
Bug 1669790
Opened 5 years ago
Closed 5 years ago
Cleanup CompilationInfo::instantiateStencils for delazification case
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
83 Branch
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(2 files)
InstantiateScriptStencilsisn't necessary for delazificationstencil.scriptData[CompilationInfo::TopLevelIndex].isModule()branch isn't necessary for delazification
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D92901
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/735e4f5d61e4
Part 1: Do not call InstantiateScriptStencils on delazification. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/a3ea444d2332
Part 2: Do not check isModule on delazification. r=tcampbell
Comment 4•5 years ago
|
||
Backed out for SM Bustages.
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=318321482&repo=autoland&lineNumber=30004
Backout: https://hg.mozilla.org/integration/autoland/rev/ba389884ca470e850567e236aad73d6b6dff8061
Flags: needinfo?(arai.unmht)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/6f675ccaeba5
Part 1: Do not call InstantiateScriptStencils on delazification. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/91821418b41d
Part 2: Do not check isModule on delazification. r=tcampbell
Comment 7•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6f675ccaeba5
https://hg.mozilla.org/mozilla-central/rev/91821418b41d
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•