Open
Bug 1803577
Opened 3 years ago
Updated 2 years ago
Make MCharCodeAt infallible when the input is MLinearizeForCharAccess
Categories
(Core :: JavaScript Engine: JIT, enhancement, P2)
Core
JavaScript Engine: JIT
Tracking
()
NEW
People
(Reporter: anba, Unassigned)
References
(Blocks 1 open bug)
Details
From https://phabricator.services.mozilla.com/D162726:
We could optimize out some branches and bailout code in
MCharCodeAtcodegen if the input isMLinearizeForCharAccess.
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•