Closed
Bug 1422155
Opened 8 years ago
Closed 5 years ago
Implement IonBuilder::inTryTyped to fast path 'in' operator for typed arrays.
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fix-optional |
People
(Reporter: mgaudet, Unassigned)
Details
As followup to Bug 1419372, there is possibly room to implement a typed version of the pre-existing IonMonkey optimization IonBuilder::inTry (https://searchfox.org/mozilla-central/source/js/src/jit/IonBuilder.cpp#12839)
Adding inline caching should do the majority of the heavy lifting (Patches in 1419372), but this should help Typed array in catch up to it's untyped neighbour.
Updated•8 years ago
|
status-firefox59:
--- → fix-optional
Priority: -- → P3
| Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•