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

Issue 2784233004: [wasm] Further simplify WasmCompiledModule. (Closed)

Created:
3 years, 8 months ago by Mircea Trofin
Modified:
3 years, 8 months ago
Reviewers:
bradnelson, ahaas
CC:
v8-reviews_googlegroups.com, wasm-v8_google.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Further simplify WasmCompiledModule. Better demarcation between what's mutable because it is code- specialization specific, and what is provided at initialization. BUG= Review-Url: https://codereview.chromium.org/2784233004 Cr-Commit-Position: refs/heads/master@{#44395} Committed: https://chromium.googlesource.com/v8/v8/+/026ce2853243839b4955eae40bf62c7c4526129a

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 2

Patch Set 7 : feedback #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -82 lines) Patch
M src/wasm/wasm-module.cc View 1 2 3 4 5 5 chunks +10 lines, -15 lines 2 comments Download
M src/wasm/wasm-objects.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +70 lines, -53 lines 0 comments Download
M src/wasm/wasm-objects.cc View 1 2 3 4 5 2 chunks +29 lines, -5 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 2 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 72 (63 generated)
Mircea Trofin
3 years, 8 months ago (2017-04-04 18:25:32 UTC) #40
bradnelson
lgtm, but maybe make clearer in the commit message that the net effect of the ...
3 years, 8 months ago (2017-04-04 21:04:13 UTC) #41
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/2784233004/140001
3 years, 8 months ago (2017-04-04 23:05:34 UTC) #44
Mircea Trofin
https://codereview.chromium.org/2784233004/diff/120001/src/wasm/wasm-objects.h File src/wasm/wasm-objects.h (right): https://codereview.chromium.org/2784233004/diff/120001/src/wasm/wasm-objects.h#newcode369 src/wasm/wasm-objects.h:369: uint32_t instance_id() const { return static_cast<uint32_t>(-1); } On 2017/04/04 ...
3 years, 8 months ago (2017-04-04 23:05:36 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/16182) v8_linux_mips64el_compile_rel on master.tryserver.v8 (JOB_FAILED, ...
3 years, 8 months ago (2017-04-04 23:08:25 UTC) #47
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/2784233004/220001
3 years, 8 months ago (2017-04-05 05:57:31 UTC) #66
commit-bot: I haz the power
Committed patchset #11 (id:220001) as https://chromium.googlesource.com/v8/v8/+/026ce2853243839b4955eae40bf62c7c4526129a
3 years, 8 months ago (2017-04-05 05:58:56 UTC) #69
ahaas
https://codereview.chromium.org/2784233004/diff/220001/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (left): https://codereview.chromium.org/2784233004/diff/220001/src/wasm/wasm-module.cc#oldcode616 src/wasm/wasm-module.cc:616: compiled_module->set_min_mem_pages(module_->min_mem_pages); Why is it okay to just not set ...
3 years, 8 months ago (2017-04-05 11:34:56 UTC) #71
Mircea Trofin
3 years, 8 months ago (2017-04-05 19:09:17 UTC) #72
Message was sent while issue was closed.
https://codereview.chromium.org/2784233004/diff/220001/src/wasm/wasm-module.cc
File src/wasm/wasm-module.cc (left):

https://codereview.chromium.org/2784233004/diff/220001/src/wasm/wasm-module.c...
src/wasm/wasm-module.cc:616:
compiled_module->set_min_mem_pages(module_->min_mem_pages);
On 2017/04/05 11:34:56, ahaas wrote:
> Why is it okay to just not set min_mem_pages and max_mem_pages?

Huh..  ya. We probably don't need them. Let me try.

Powered by Google App Engine
This is Rietveld 408576698