Closed
Bug 1592974
Opened 3 years ago
Closed 3 years ago
Spill registers before emitting an interrupt check
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wingo, Assigned: wingo)
References
Details
Attachments
(1 file)
Interrupt checks, added to the WebAssembly baseline compiler output in loops, assume there are no registers live. However with loop parameters under the multi-value proposal, it's possible there are registers coming into a loop, so we need to sync.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Priority: -- → P3
Pushed by csabou@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f0e9baa206dc Spill registers before emitting an interrupt check r=lth
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•