Closed
Bug 1639839
Opened 10 months ago
Closed 10 months 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: evilpie, Assigned: evilpie)
References
(Blocks 1 open bug)
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•10 months 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•10 months ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 months ago
|
||
Depends on D76303
Updated•10 months 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•10 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/15c797747748
https://hg.mozilla.org/mozilla-central/rev/b7aa40fd2d2a
Status: ASSIGNED → RESOLVED
Closed: 10 months 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
•