Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Issue 2069443002: V8. ASM-2-WASM. Changes the asm-types library. (Closed)

Created:
4 years, 6 months ago by John
Modified:
4 years, 6 months ago
Reviewers:
bradnelson, bradn
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

V8. ASM-2-WASM. Changes the asm-types library. The modifications were necessary to properly represent asm types: 1) fround is no longer an overloaded function. 2) the constructor for MinMaxTypes now takes a return type. 3) Adds pseudo-types for representing the Load/Store types for fp heap views. BUG= Committed: https://crrev.com/201cd479d60821434488bedbd4094465b03a870f Cr-Commit-Position: refs/heads/master@{#36980}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removes clamped array. #

Total comments: 2

Patch Set 3 : removes unused type_traits include. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -77 lines) Patch
M src/wasm/asm-types.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M src/wasm/asm-types.cc View 1 7 chunks +36 lines, -13 lines 0 comments Download
M test/unittests/wasm/asm-types-unittest.cc View 1 12 chunks +50 lines, -59 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
John
4 years, 6 months ago (2016-06-13 22:37:20 UTC) #3
bradnelson
So clamped isn't allowed, perhaps factor TYPED_ARRAYS into TYPED_ARRAYS_UNCLAMPED + the one clamped, rather than ...
4 years, 6 months ago (2016-06-13 22:42:10 UTC) #4
John
try bots are trying. https://codereview.chromium.org/2069443002/diff/1/src/wasm/asm-types.h File src/wasm/asm-types.h (right): https://codereview.chromium.org/2069443002/diff/1/src/wasm/asm-types.h#newcode50 src/wasm/asm-types.h:50: V(Uint8ClampedArray, "Uint8CampledArray", 22, kAsmHeap) \ ...
4 years, 6 months ago (2016-06-14 14:55:02 UTC) #5
bradn
sgtm me on a separate list. https://codereview.chromium.org/2069443002/diff/20001/src/wasm/asm-types.h File src/wasm/asm-types.h (right): https://codereview.chromium.org/2069443002/diff/20001/src/wasm/asm-types.h#newcode50 src/wasm/asm-types.h:50: /* Pseudo-types used ...
4 years, 6 months ago (2016-06-14 20:59:04 UTC) #8
John
https://codereview.chromium.org/2069443002/diff/20001/src/wasm/asm-types.h File src/wasm/asm-types.h (right): https://codereview.chromium.org/2069443002/diff/20001/src/wasm/asm-types.h#newcode50 src/wasm/asm-types.h:50: /* Pseudo-types used in representing heap access for fp ...
4 years, 6 months ago (2016-06-14 21:06:16 UTC) #9
bradnelson
Ah, I see lgtm
4 years, 6 months ago (2016-06-14 22:58:56 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2069443002/40001
4 years, 6 months ago (2016-06-14 22:59:13 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-14 23:03:13 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 23:05:09 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/201cd479d60821434488bedbd4094465b03a870f
Cr-Commit-Position: refs/heads/master@{#36980}

Powered by Google App Engine
This is Rietveld 408576698