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

Issue 2396043002: [wasm] Remove three fields from wasm object (Closed)

Created:
4 years, 2 months ago by Clemens Hammacher
Modified:
4 years, 2 months ago
Reviewers:
titzer, Mircea Trofin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Remove three fields from wasm object Use information in the WasmCompiledModule instead. R=titzer@chromium.org,mtrofin@chromium.org Committed: https://crrev.com/8c7a413c9f975ea65fd87eda1e7eb4b83dc1769b Cr-Commit-Position: refs/heads/master@{#40062}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments; handlify several places; rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -53 lines) Patch
M src/wasm/module-decoder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/wasm/wasm-debug.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 8 chunks +30 lines, -41 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (11 generated)
Clemens Hammacher
4 years, 2 months ago (2016-10-06 14:01:23 UTC) #5
Mircea Trofin
lgtm, one nit https://codereview.chromium.org/2396043002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2396043002/diff/1/src/wasm/wasm-module.cc#newcode1606 src/wasm/wasm-module.cc:1606: compiled_module->ptr_to_function_names(), isolate); wouldn't compiled_module->function_names() give you ...
4 years, 2 months ago (2016-10-06 15:43:21 UTC) #6
titzer
https://codereview.chromium.org/2396043002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2396043002/diff/1/src/wasm/wasm-module.cc#newcode992 src/wasm/wasm-module.cc:992: return static_cast<uint32_t>(compiled_module->ptr_to_import_data()->length()); That won't work in my latest patch; ...
4 years, 2 months ago (2016-10-06 15:55:09 UTC) #7
Clemens Hammacher
https://codereview.chromium.org/2396043002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2396043002/diff/1/src/wasm/wasm-module.cc#newcode992 src/wasm/wasm-module.cc:992: return static_cast<uint32_t>(compiled_module->ptr_to_import_data()->length()); On 2016/10/06 15:55:09, titzer wrote: > That ...
4 years, 2 months ago (2016-10-06 18:46:50 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/2396043002/20001
4 years, 2 months ago (2016-10-06 19:59:59 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-06 20:02:39 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-10-06 20:03:08 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8c7a413c9f975ea65fd87eda1e7eb4b83dc1769b
Cr-Commit-Position: refs/heads/master@{#40062}

Powered by Google App Engine
This is Rietveld 408576698