RESOLVED FIXED 68485
DFG JIT always speculates integer on modulo
https://bugs.webkit.org/show_bug.cgi?id=68485
Summary DFG JIT always speculates integer on modulo
Filip Pizlo
Reported 2011-09-20 15:59:00 PDT
The DFG JIT always speculates that the inputs to a modulo (%) are integers, even when they aren't.
Attachments
the patch (5.99 KB, patch)
2011-09-20 16:01 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2011-09-20 16:01:52 PDT
Created attachment 108068 [details] the patch
Oliver Hunt
Comment 2 2011-09-20 16:25:05 PDT
Comment on attachment 108068 [details] the patch r=me
Filip Pizlo
Comment 3 2011-09-20 19:22:26 PDT
Landed in r95594.
Note You need to log in before you can comment on or make changes to this bug.