Bug 152208

Summary: [JSC] Add lowering for B3's Store8 opcode
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Benjamin Poulain 2015-12-11 19:56:35 PST
[JSC] Add lowering for B3's Store8 opcode
Comment 1 Benjamin Poulain 2015-12-11 19:57:17 PST
Created attachment 267214 [details]
Patch
Comment 2 WebKit Commit Bot 2015-12-11 20:27:09 PST
Attachment 267214 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/b3/testb3.cpp:3391:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3392:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3412:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3413:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3430:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3431:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3450:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3451:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3488:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:3502:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
Total errors found: 10 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2015-12-12 13:48:48 PST
Comment on attachment 267214 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2015-12-12 15:05:20 PST
Comment on attachment 267214 [details]
Patch

Clearing flags on attachment: 267214

Committed r194011: <http://trac.webkit.org/changeset/194011>
Comment 5 WebKit Commit Bot 2015-12-12 15:05:24 PST
All reviewed patches have been landed.  Closing bug.