Closed
Bug 1688885
Opened 5 years ago
Closed 5 years ago
Use Span for BaseCompilationStencil.objLiteralData
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)
BaseCompilationStencil.objLiteralData currently uses Vector, but we can use Span instead, to reduce the size.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
Depends on D103161
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/f19885bae933
Use Span for BaseCompilationStencil.objLiteralData. r=tcampbell
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 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
•