Closed
Bug 1716934
Opened 3 years ago
Closed 3 years ago
Rewrite PrecompiledScript based on stencil
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
PrecompiledScript
holds JSScript
instance, and clones it into the given global when executing
that can be rewritten to use Stencil, so that we can remove one dependency for cloning (bug 1662152), and the PrecompiledScript
becomes GC free
Assignee | ||
Comment 1•3 years ago
•
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D118316
Pushed by arai_a@mac.com: https://hg.mozilla.org/integration/autoland/rev/745c4708f142 Use JS::Stencil in PrecompiledScript. r=nbp,mccr8
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•