Closed Bug 1632672 Opened 4 years ago Closed 3 years ago

CacheIR: Support int32 OOB access on TypedArrays

Categories

(Core :: JavaScript Engine: JIT, enhancement, P3)

enhancement

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.

Blocks: 1620996
Priority: -- → P3
Severity: -- → N/A
Assignee: nobody → jdemooij
Status: NEW → ASSIGNED

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
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: