Closed
Bug 1621457
Opened 6 years ago
Closed 6 years ago
Track Function indexes rather than FunctionBoxes for building LazyScripts
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(2 files)
Once we have Function indexes (bug 1621449) we no longer need to track FunctionBoxes for lazy script, and can instead track indexes.
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D66318
Updated•6 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•6 years ago
|
||
Depends on D66319
Updated•6 years ago
|
Priority: -- → P1
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5401c663e8c8
Convert LazyScript initialization to use function indexes rather than FunctionBox* r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/6baff60912fd
Stop using funbox->function() during LazyScriptCreationData::create r=tcampbell
Comment 4•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5401c663e8c8
https://hg.mozilla.org/mozilla-central/rev/6baff60912fd
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•