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

Issue 2657443003: [wasm] Fix the --wasm_code_fuzzer_gen_test again. (Closed)

Created:
3 years, 11 months ago by ahaas
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Fix the --wasm_code_fuzzer_gen_test again. R=titzer@chromium.org, clemensh@chromium.org Review-Url: https://codereview.chromium.org/2657443003 Cr-Commit-Position: refs/heads/master@{#42658} Committed: https://chromium.googlesource.com/v8/v8/+/1c1742f38d457700ce11674104b4e352187c1b4c

Patch Set 1 #

Total comments: 7

Patch Set 2 : Only support debug output #

Patch Set 3 : Comments addressed #

Total comments: 1

Patch Set 4 : More renaming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -23 lines) Patch
M src/compiler/wasm-compiler.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/wasm/function-body-decoder.h View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M src/wasm/function-body-decoder.cc View 1 2 3 3 chunks +23 lines, -13 lines 0 comments Download
M test/fuzzer/wasm-code.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M test/mjsunit/wasm/wasm-module-builder.js View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 27 (18 generated)
ahaas
3 years, 11 months ago (2017-01-24 15:27:44 UTC) #1
Clemens Hammacher
https://codereview.chromium.org/2657443003/diff/1/src/wasm/function-body-decoder.cc File src/wasm/function-body-decoder.cc (right): https://codereview.chromium.org/2657443003/diff/1/src/wasm/function-body-decoder.cc#newcode1960 src/wasm/function-body-decoder.cc:1960: os << "k" << WasmOpcodes::OpcodeName(opcode) << ","; Why is ...
3 years, 11 months ago (2017-01-24 18:51:03 UTC) #6
titzer
https://codereview.chromium.org/2657443003/diff/1/src/wasm/function-body-decoder.cc File src/wasm/function-body-decoder.cc (right): https://codereview.chromium.org/2657443003/diff/1/src/wasm/function-body-decoder.cc#newcode1887 src/wasm/function-body-decoder.cc:1887: const char* OpcodeNameForDebugging(WasmOpcode opcode) { RawOpcodeName? https://codereview.chromium.org/2657443003/diff/1/src/wasm/function-body-decoder.cc#newcode1900 src/wasm/function-body-decoder.cc:1900: bool ...
3 years, 11 months ago (2017-01-25 10:31:07 UTC) #11
ahaas
PTAL https://codereview.chromium.org/2657443003/diff/1/src/wasm/function-body-decoder.cc File src/wasm/function-body-decoder.cc (right): https://codereview.chromium.org/2657443003/diff/1/src/wasm/function-body-decoder.cc#newcode1887 src/wasm/function-body-decoder.cc:1887: const char* OpcodeNameForDebugging(WasmOpcode opcode) { On 2017/01/25 at ...
3 years, 11 months ago (2017-01-25 13:12:10 UTC) #14
Clemens Hammacher
lgtm
3 years, 11 months ago (2017-01-25 13:16:45 UTC) #15
titzer
lgtm with last naming suggestion https://codereview.chromium.org/2657443003/diff/40001/src/wasm/function-body-decoder.cc File src/wasm/function-body-decoder.cc (right): https://codereview.chromium.org/2657443003/diff/40001/src/wasm/function-body-decoder.cc#newcode1882 src/wasm/function-body-decoder.cc:1882: void PrintWasmCodeForDebugging(const byte* start, ...
3 years, 11 months ago (2017-01-25 13:17:42 UTC) #16
ahaas
On 2017/01/25 at 13:17:42, titzer wrote: > lgtm with last naming suggestion > > https://codereview.chromium.org/2657443003/diff/40001/src/wasm/function-body-decoder.cc ...
3 years, 11 months ago (2017-01-25 13:30:53 UTC) #19
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/2657443003/60001
3 years, 11 months ago (2017-01-25 14:08:28 UTC) #24
commit-bot: I haz the power
3 years, 11 months ago (2017-01-25 14:10:19 UTC) #27
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/1c1742f38d457700ce11674104b4e352187...

Powered by Google App Engine
This is Rietveld 408576698