Closed
Bug 1632672
Opened 5 years ago
Closed 4 years ago
CacheIR: Support int32 OOB access on TypedArrays
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: evilpie, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Since bug 1129202 we can optimize double OOB TypedArray access, but not int32. That seems like a potential performance problem. We also need this for the Warp transpiler.
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Severity: -- → N/A
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → jdemooij
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 years ago
|
||
Without type monitoring we can more easily support this now.
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64221164f9ed
Optimize OOB accesses with int32 index better for typed arrays. r=anba
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•