Closed
Bug 1629439
Opened 5 years ago
Closed 5 years ago
CacheIR transpiler support for simple GetProp
Categories
(Core :: JavaScript Engine: JIT, enhancement, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D70653
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1fce139f0bfb
Only create WarpCacheIR snapshot when all opcodes are supported by the transpiler. r=jandem
https://hg.mozilla.org/integration/autoland/rev/e6d0c887205e
CacheIR transpiler support for simple GetProp. r=jandem
https://hg.mozilla.org/integration/autoland/rev/485116e848f9
CacheIR transpiler support for array length. r=jandem
https://hg.mozilla.org/integration/autoland/rev/be31e7714633
CacheIR transpiler support for string length. r=jandem
Updated•5 years ago
|
Priority: -- → P2
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1fce139f0bfb
https://hg.mozilla.org/mozilla-central/rev/e6d0c887205e
https://hg.mozilla.org/mozilla-central/rev/485116e848f9
https://hg.mozilla.org/mozilla-central/rev/be31e7714633
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•