RESOLVED FIXED 127215
FTL mishandles (-2147483648 % 0) | 0
https://bugs.webkit.org/show_bug.cgi?id=127215
Summary FTL mishandles (-2147483648 % 0) | 0
Filip Pizlo
Reported 2014-01-17 22:14:57 PST
The refactoring that made the ArithDiv and ArithMod share a common path caused this bug. I think it's generally not a good idea to try to refactor such boilerplate paths into sharing code. Every time we do it, we get it wrong.
Attachments
the patch (2.88 KB, patch)
2014-01-17 22:16 PST, Filip Pizlo
sam: review+
Filip Pizlo
Comment 1 2014-01-17 22:16:12 PST
Created attachment 221536 [details] the patch
Filip Pizlo
Comment 2 2014-01-17 22:28:14 PST
Note You need to log in before you can comment on or make changes to this bug.