RESOLVED FIXED 130001
DFG and FTL should know that comparing anything to Misc is cheap and easy
https://bugs.webkit.org/show_bug.cgi?id=130001
Summary DFG and FTL should know that comparing anything to Misc is cheap and easy
Filip Pizlo
Reported 2014-03-09 22:36:47 PDT
Patch forthcoming. This will expand FTL coverage since FTL does support CompareStrictEq(Untyped:, Untyped:) and it will also make a lot of things faster.
Attachments
work in progress (28.28 KB, patch)
2014-03-09 22:39 PDT, Filip Pizlo
no flags
the patch (29.43 KB, patch)
2014-03-10 08:09 PDT, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2014-03-09 22:39:14 PDT
Created attachment 226279 [details] work in progress
Filip Pizlo
Comment 2 2014-03-10 08:09:40 PDT
Created attachment 226304 [details] the patch
Geoffrey Garen
Comment 3 2014-03-10 09:52:56 PDT
Comment on attachment 226304 [details] the patch r=me
Filip Pizlo
Comment 4 2014-03-10 15:05:57 PDT
Note You need to log in before you can comment on or make changes to this bug.