Closed
Bug 1639839
Opened 5 years ago
Closed 5 years ago
Warp: Transpile JSOp::New
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(2 files)
The CacheIR transpiler can already handle transpiling JSOp::New for natives, we just have to create the snapshots.
| Assignee | ||
Comment 1•5 years ago
|
||
We also need to ignore the template metadata for things like new Array.
In the future of course we should actually use that for optimizations.
Updated•5 years ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D76303
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P2
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/15c797747748
Warp: Transpile JSOp::New. r=jandem
https://hg.mozilla.org/integration/autoland/rev/b7aa40fd2d2a
Log when snapshotting IC stubs fails. r=iain
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/15c797747748
https://hg.mozilla.org/mozilla-central/rev/b7aa40fd2d2a
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•