Closed
Bug 717193
Opened 13 years ago
Closed 13 years ago
IonMonkey: spectral-norm correctness bug with LSRA
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Seems to be a regression from bug 715737. I'm quite certain this was broken before though, it was just hidden by the order in which we inserted movegroups.
Assignee | ||
Comment 1•13 years ago
|
||
The fix itself is small, but this also removes the outputMoves movegroup, since we don't really need it if we give blocks an exit movegroup. Every VirtualRegister now has only 2 movegroups, before and after.
Attachment #587759 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #587759 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•