Closed
Bug 1774049
Opened 9 months ago
Closed 9 months ago
TypedArray builtins are not inline unlike Array builtins.
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We should add SetIsInlinableLargeFunction
calls to all TypedArray functions which are using callback, or can benefit from a context information provided by inlining.
Assignee | ||
Comment 1•9 months ago
|
||
Pushed by npierron@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1dbe1a664202 Add SetIsInlinableLargeFunction to TypedArray builtins. r=iain
Comment 3•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•