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

Issue 2648223004: [wasm] Change the constant kV8MaxWasmTableSize to a command line flag. (Closed)

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

Description

[wasm] Change the constant kV8MaxWasmTableSize to a command line flag. Similar to the maximum memory size this limit caused problems for the fuzzer due to oom issues. With the command line flag we can limit the maximum table size for the fuzzer. R=titzer@chromium.org Review-Url: https://codereview.chromium.org/2648223004 Cr-Commit-Position: refs/heads/master@{#42623} Committed: https://chromium.googlesource.com/v8/v8/+/d9253a2f7c6cc043e28fa26decd0d238ebd7ddd8

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use the wasm-limits.h values in flag-definitions.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -17 lines) Patch
M src/flag-definitions.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/flags.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/wasm/module-decoder.cc View 1 3 chunks +7 lines, -6 lines 0 comments Download
M src/wasm/wasm-js.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/wasm/wasm-limits.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fuzzer/wasm.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M test/fuzzer/wasm-asmjs.cc View 2 chunks +5 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (11 generated)
ahaas
3 years, 11 months ago (2017-01-23 14:17:22 UTC) #1
titzer
https://codereview.chromium.org/2648223004/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/2648223004/diff/1/src/flag-definitions.h#newcode507 src/flag-definitions.h:507: DEFINE_UINT(wasm_max_table_size, 10000000, I think it'd be nicer if this ...
3 years, 11 months ago (2017-01-23 18:35:00 UTC) #6
ahaas
On 2017/01/23 at 18:35:00, titzer wrote: > https://codereview.chromium.org/2648223004/diff/1/src/flag-definitions.h > File src/flag-definitions.h (right): > > https://codereview.chromium.org/2648223004/diff/1/src/flag-definitions.h#newcode507 ...
3 years, 11 months ago (2017-01-24 09:51:02 UTC) #9
titzer
On 2017/01/24 09:51:02, ahaas wrote: > On 2017/01/23 at 18:35:00, titzer wrote: > > https://codereview.chromium.org/2648223004/diff/1/src/flag-definitions.h ...
3 years, 11 months ago (2017-01-24 09:52:45 UTC) #10
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/2648223004/20001
3 years, 11 months ago (2017-01-24 10:10:26 UTC) #14
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 10:12:28 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/d9253a2f7c6cc043e28fa26decd0d238ebd...

Powered by Google App Engine
This is Rietveld 408576698