| Summary: | Implement the signed division instruction in WebAssembly | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Sukolsak Sakshuwong <sukolsak> | ||||||||
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | basile_clement, benjamin, commit-queue, fpizlo, ggaren, keith_miller, mark.lam, msaboff, saam, sukolsak, ysuzuki | ||||||||
| Priority: | P2 | ||||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Bug Depends on: | |||||||||||
| Bug Blocks: | 146064, 148791 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Sukolsak Sakshuwong
2015-09-03 19:13:16 PDT
Created attachment 260553 [details]
Patch
Attachment 260553 [details] did not pass style-queue:
ERROR: Source/JavaScriptCore/wasm/WASMFunctionCompiler.h:255: JIT_OPERATION is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4]
Total errors found: 1 in 8 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 260579 [details]
Patch
Attachment 260579 [details] did not pass style-queue:
ERROR: Source/JavaScriptCore/wasm/WASMFunctionCompiler.h:255: JIT_OPERATION is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4]
Total errors found: 1 in 6 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 260579 [details]
Patch
r=me
Created attachment 260623 [details] Patch Update to ToT after this patch <https://bugs.webkit.org/show_bug.cgi?id=148793> landed. Attachment 260623 [details] did not pass style-queue:
ERROR: Source/JavaScriptCore/wasm/WASMFunctionCompiler.h:282: JIT_OPERATION is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4]
Total errors found: 1 in 6 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 260623 [details]
Patch
r=me
Comment on attachment 260623 [details] Patch Clearing flags on attachment: 260623 Committed r189396: <http://trac.webkit.org/changeset/189396> All reviewed patches have been landed. Closing bug. |