RESOLVED FIXED 152493
B3 should be able to compile Store16
https://bugs.webkit.org/show_bug.cgi?id=152493
Summary B3 should be able to compile Store16
Filip Pizlo
Reported 2015-12-21 14:49:33 PST
Patch forthcoming.
Attachments
the patch (7.86 KB, patch)
2015-12-21 15:02 PST, Filip Pizlo
saam: review+
Filip Pizlo
Comment 1 2015-12-21 15:02:25 PST
Created attachment 267763 [details] the patch
WebKit Commit Bot
Comment 2 2015-12-21 15:04:10 PST
Attachment 267763 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/b3/testb3.cpp:4061: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:4062: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:4082: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:4083: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:4100: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:4101: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:4120: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:4121: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] Total errors found: 8 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Saam Barati
Comment 3 2015-12-21 15:10:57 PST
Comment on attachment 267763 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=267763&action=review r=me > Source/JavaScriptCore/b3/testb3.cpp:4081 > + int8_t storage = -1; This should be int16_t
Filip Pizlo
Comment 4 2015-12-21 15:41:28 PST
Filip Pizlo
Comment 5 2015-12-21 15:50:27 PST
(In reply to comment #3) > Comment on attachment 267763 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=267763&action=review > > r=me > > > Source/JavaScriptCore/b3/testb3.cpp:4081 > > + int8_t storage = -1; > > This should be int16_t Landed in http://trac.webkit.org/changeset/194355
Note You need to log in before you can comment on or make changes to this bug.