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

Issue 2423883003: [wasm] add atomic opcodes (Closed)

Created:
4 years, 2 months ago by aseemgarg
Modified:
4 years, 1 month ago
Reviewers:
titzer, binji
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] add atomic opcodes R=titzer@chromium.org,binji@chromium.org BUG=v8:4614 Committed: https://crrev.com/4156d940e47122e322c073da41bd824f9b72be13 Cr-Commit-Position: refs/heads/master@{#40606}

Patch Set 1 #

Patch Set 2 : [wasm] add atomic opcodes #

Total comments: 6

Patch Set 3 : [wasm] add atomic opcodes #

Total comments: 4

Patch Set 4 : [wasm] add atomic opcodes #

Total comments: 6

Patch Set 5 : [wasm] add atomic opcodes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -2 lines) Patch
M src/flag-definitions.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/wasm/ast-decoder.cc View 1 2 3 4 2 chunks +20 lines, -0 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 2 3 4 4 chunks +43 lines, -2 lines 0 comments Download
M src/wasm/wasm-opcodes.cc View 4 chunks +15 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (7 generated)
aseemgarg
4 years, 2 months ago (2016-10-17 21:05:50 UTC) #1
aseemgarg
On 2016/10/17 21:05:50, aseemgarg wrote: Still need to figure out if we should add load ...
4 years, 2 months ago (2016-10-17 21:52:57 UTC) #5
binji
I think it would be best to have all atomic operations use a prefix, for ...
4 years, 2 months ago (2016-10-17 21:59:26 UTC) #6
aseemgarg
https://codereview.chromium.org/2423883003/diff/20001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2423883003/diff/20001/src/wasm/ast-decoder.cc#newcode1112 src/wasm/ast-decoder.cc:1112: if (opcode == kAtomicPrefix) { On 2016/10/17 21:59:26, binji ...
4 years, 2 months ago (2016-10-17 22:08:48 UTC) #7
titzer
https://codereview.chromium.org/2423883003/diff/40001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2423883003/diff/40001/src/wasm/ast-decoder.cc#newcode1110 src/wasm/ast-decoder.cc:1110: if (module_ && module_->origin == kAsmJsOrigin) { Maybe we ...
4 years, 2 months ago (2016-10-21 07:49:41 UTC) #8
aseemgarg
https://codereview.chromium.org/2423883003/diff/40001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2423883003/diff/40001/src/wasm/ast-decoder.cc#newcode1110 src/wasm/ast-decoder.cc:1110: if (module_ && module_->origin == kAsmJsOrigin) { On 2016/10/21 ...
4 years, 1 month ago (2016-10-24 23:16:18 UTC) #9
titzer
lgtm with nits https://codereview.chromium.org/2423883003/diff/60001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2423883003/diff/60001/src/wasm/ast-decoder.cc#newcode1154 src/wasm/ast-decoder.cc:1154: if (!FLAG_wasm_atomics_prototype) { You can use ...
4 years, 1 month ago (2016-10-26 08:07:17 UTC) #10
aseemgarg
https://codereview.chromium.org/2423883003/diff/60001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2423883003/diff/60001/src/wasm/ast-decoder.cc#newcode1154 src/wasm/ast-decoder.cc:1154: if (!FLAG_wasm_atomics_prototype) { On 2016/10/26 08:07:17, titzer wrote: > ...
4 years, 1 month ago (2016-10-26 19:53:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2423883003/80001
4 years, 1 month ago (2016-10-26 19:54:13 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-10-26 20:28:11 UTC) #16
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:14:50 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4156d940e47122e322c073da41bd824f9b72be13
Cr-Commit-Position: refs/heads/master@{#40606}

Powered by Google App Engine
This is Rietveld 408576698