Closed
Bug 1502090
Opened 6 years ago
Closed 6 years ago
Fixup Ion array.push inside fun.call
Categories
(Core :: JavaScript Engine: JIT, enhancement, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(1 file)
This fixes underlying issue of Bug 1493903. Testcase is also included. We will leave multi-arg array.push disabled for now until some further re-architecting is done in Bug 1500514.
Assignee | ||
Comment 1•6 years ago
|
||
NOTE: Multi-arg array.push is still disabled in Ion.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1c4bf766a99a
Fix bailout tracking with fun.call. r=nbp
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 4•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•