RESOLVED FIXED 159389
FTL should refer to B3 types directly
https://bugs.webkit.org/show_bug.cgi?id=159389
Summary FTL should refer to B3 types directly
Filip Pizlo
Reported 2016-07-03 10:59:04 PDT
We should say Int32 instead of m_out.int32, for example.
Attachments
the patch (71.60 KB, patch)
2016-07-03 11:01 PDT, Filip Pizlo
saam: review+
the patch (72.15 KB, patch)
2016-07-03 11:55 PDT, Filip Pizlo
fpizlo: review+
Filip Pizlo
Comment 1 2016-07-03 11:01:47 PDT
Created attachment 282662 [details] the patch
WebKit Commit Bot
Comment 2 2016-07-03 11:04:45 PDT
Attachment 282662 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:1871: Wrong number of spaces before statement. (expected: 24) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:1871: Wrong number of spaces before statement. (expected: 24) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:3768: Missing space after , [whitespace/comma] [3] Total errors found: 3 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Saam Barati
Comment 3 2016-07-03 11:39:03 PDT
Comment on attachment 282662 [details] the patch r=me
Filip Pizlo
Comment 4 2016-07-03 11:55:43 PDT
Created attachment 282664 [details] the patch
Filip Pizlo
Comment 5 2016-07-03 11:56:32 PDT
Comment on attachment 282664 [details] the patch Reviewed by Saam. The only change in this patch is a fix for the debug build.
WebKit Commit Bot
Comment 6 2016-07-03 11:58:45 PDT
Attachment 282664 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:1871: Wrong number of spaces before statement. (expected: 24) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:1871: Wrong number of spaces before statement. (expected: 24) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:3768: Missing space after , [whitespace/comma] [3] Total errors found: 3 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Filip Pizlo
Comment 7 2016-07-03 12:37:08 PDT
Landed in r202792
Note You need to log in before you can comment on or make changes to this bug.