Closed
Bug 1774049
Opened 3 years ago
Closed 3 years 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•3 years ago
|
||
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1dbe1a664202
Add SetIsInlinableLargeFunction to TypedArray builtins. r=iain
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years 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
•