Closed
Bug 1678723
Opened 5 years ago
Closed 5 years ago
Make ScriptStencil packed
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(4 files)
After bug 1678458 and bug 1678705, ScriptStencil
is pointer-free.
If we make it packed, we can encode/decode the struct at once.
TODO:
- split Maybe into raw data and bit field
- move bit fields into single word
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D100748
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D100864
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D100865
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D100866
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/a75f1d3aaa47
Part 1: Stop using Maybe for ScriptStencil.memberInitializers. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/e8c1ab93cf1f
Part 2: Stop using Maybe for ScriptStencil.lazyFunctionEnclosingScopeIndex_. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/13513734f980
Part 3: Use single uint32_t for flags. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/3de44c3a08a5
Part 4: Encode ScriptStencil at once. r=tcampbell
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a75f1d3aaa47
https://hg.mozilla.org/mozilla-central/rev/e8c1ab93cf1f
https://hg.mozilla.org/mozilla-central/rev/13513734f980
https://hg.mozilla.org/mozilla-central/rev/3de44c3a08a5
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•