Bug 160914 - Add WASM I32 simple operators.
Summary: Add WASM I32 simple operators.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords:
Depends on:
Blocks: 159775
  Show dependency treegraph
 
Reported: 2016-08-16 15:10 PDT by Keith Miller
Modified: 2016-08-16 16:35 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.82 KB, patch)
2016-08-16 16:12 PDT, Keith Miller
no flags Details | Formatted Diff | Diff
Patch (4.78 KB, patch)
2016-08-16 16:15 PDT, Keith Miller
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2016-08-16 15:10:10 PDT
Add WASM I32 simple operators.
Comment 1 Keith Miller 2016-08-16 16:12:58 PDT
Created attachment 286225 [details]
Patch
Comment 2 Keith Miller 2016-08-16 16:15:37 PDT
Created attachment 286227 [details]
Patch
Comment 3 WebKit Commit Bot 2016-08-16 16:16:48 PDT
Attachment 286227 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/wasm/WASMOps.h:49:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:58:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:59:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMB3IRGenerator.cpp:48:  Non-label code inside switch statements should be indented.  [whitespace/indent] [4]
Total errors found: 4 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Keith Miller 2016-08-16 16:34:59 PDT
Landed in https://trac.webkit.org/changeset/204539.