RESOLVED FIXED Bug 151457
FTL->B3 lowering should support absolute(), double comparisons, and intToDouble()
https://bugs.webkit.org/show_bug.cgi?id=151457
Summary FTL->B3 lowering should support absolute(), double comparisons, and intToDoub...
Filip Pizlo
Reported 2015-11-19 12:21:46 PST
Patch forthcoming.
Attachments
the patch (7.08 KB, patch)
2015-11-19 12:22 PST, Filip Pizlo
benjamin: review+
Filip Pizlo
Comment 1 2015-11-19 12:22:45 PST
Created attachment 265882 [details] the patch
Benjamin Poulain
Comment 2 2015-11-19 12:25:25 PST
Comment on attachment 265882 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=265882&action=review > Source/JavaScriptCore/dfg/DFGCommon.h:41 > -#define FTL_USES_B3 0 > +#define FTL_USES_B3 1 Don't forget that one.
Filip Pizlo
Comment 3 2015-11-19 12:27:17 PST
Note You need to log in before you can comment on or make changes to this bug.