Closed
Bug 1689781
Opened 4 years ago
Closed 4 years ago
Properly use CompilationState storage while building up stencil vectors
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Frontend2.cpp was directly using span, but now CompilationState requires intermediate vector + finish method
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by arai_a@mac.com: https://hg.mozilla.org/integration/autoland/rev/dfaf3d7b742f Fix smoosh to use CompilationState while building up stencil vectors. r=nbp
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•