Closed
Bug 1683274
Opened 4 years ago
Closed 4 years ago
Encode decode StencilModuleEntry at once
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(3 files)
after all other patches, the remaining consumer of XDRTaggedParserAtomIndex
is only StencilModuleEntry.specifier etc.
StencilModuleEntry
is already packed and we can use codeBytes there.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D100867
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D100868
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D100869
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/10896949eef5
Part 1: Encode/decode StencilModuleEntry vector at once. r=nbp
https://hg.mozilla.org/integration/autoland/rev/99480a8ad654
Part 2: Encode/decode FunctionDeclarationVector at once. r=nbp
https://hg.mozilla.org/integration/autoland/rev/110bf7a8a146
Part 3: Remove XDRTaggedParserAtomIndex. r=nbp
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/10896949eef5
https://hg.mozilla.org/mozilla-central/rev/99480a8ad654
https://hg.mozilla.org/mozilla-central/rev/110bf7a8a146
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Assignee | ||
Updated•4 years ago
|
Blocks: stencil-mvp
You need to log in
before you can comment on or make changes to this bug.
Description
•