Closed
Bug 1669918
Opened 5 years ago
Closed 5 years ago
Warp: pass initializer_list for IC inputs directly to the transpiler
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
We can simplify/optimize the code a bit by removing the temporary Vector.
Assignee | ||
Comment 1•5 years ago
|
||
This way we don't have to copy it to a temporary Vector.
Updated•5 years ago
|
Severity: normal → N/A
Priority: -- → P1
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b82f8c69c9e4
Pass initializer_list directly to the transpiler. r=iain
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•