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

Issue 2341653002: [wasm] Implement GrowMemory in the wasm interpreter (Closed)

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

Description

[wasm] Implement GrowMemory in the wasm interpreter R=titzer@chromium.org Committed: https://crrev.com/d7ee8124e8d1d9d742039d59a001d055eaaf8066 Cr-Commit-Position: refs/heads/master@{#39406}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -1 line) Patch
M src/wasm/wasm-interpreter.cc View 1 2 chunks +44 lines, -1 line 0 comments Download
M test/cctest/wasm/test-run-wasm-interpreter.cc View 1 chunk +20 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 14 (8 generated)
ahaas
4 years, 3 months ago (2016-09-14 07:28:05 UTC) #1
titzer
lgtm other than comment https://codereview.chromium.org/2341653002/diff/1/src/wasm/wasm-interpreter.cc File src/wasm/wasm-interpreter.cc (right): https://codereview.chromium.org/2341653002/diff/1/src/wasm/wasm-interpreter.cc#newcode679 src/wasm/wasm-interpreter.cc:679: new_mem_start = static_cast<byte*>(realloc(instance->mem_start, new_size)); Can ...
4 years, 3 months ago (2016-09-14 07:57:08 UTC) #7
ahaas
https://codereview.chromium.org/2341653002/diff/1/src/wasm/wasm-interpreter.cc File src/wasm/wasm-interpreter.cc (right): https://codereview.chromium.org/2341653002/diff/1/src/wasm/wasm-interpreter.cc#newcode679 src/wasm/wasm-interpreter.cc:679: new_mem_start = static_cast<byte*>(realloc(instance->mem_start, new_size)); On 2016/09/14 at 07:57:08, titzer ...
4 years, 3 months ago (2016-09-14 08:47:18 UTC) #8
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/2341653002/20001
4 years, 3 months ago (2016-09-14 08:47:34 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-14 09:19:06 UTC) #12
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 09:19:55 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d7ee8124e8d1d9d742039d59a001d055eaaf8066
Cr-Commit-Position: refs/heads/master@{#39406}

Powered by Google App Engine
This is Rietveld 408576698