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

Issue 2079353002: [wasm] Consolidated code size reporting as instantiation concern. (Closed)

Created:
4 years, 6 months ago by Mircea Trofin
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Consolidated code size reporting as an instantiation concern. When separating compile from instantiation, I accidentally elided size reporting for wasm functions. This change fixes that (verified with re-running benchmarks), and also consolidates the responsibility of size reporting within the instantiation method, away from the various compile phases. We should probably rethink this reporting when we move wasm codegen off the JS Heap, if the wasm module code ends up being shared. BUG= Committed: https://crrev.com/a03701ec0db1c264706fee69e77ea0845982bcd6 Cr-Commit-Position: refs/heads/master@{#37120}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -25 lines) Patch
M src/wasm/wasm-module.cc View 1 9 chunks +27 lines, -25 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Mircea Trofin
4 years, 6 months ago (2016-06-20 16:06:58 UTC) #3
Clemens Hammacher
https://codereview.chromium.org/2079353002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2079353002/diff/1/src/wasm/wasm-module.cc#newcode851 src/wasm/wasm-module.cc:851: CodeStats code_stats; Now in this design it would make ...
4 years, 6 months ago (2016-06-20 16:13:04 UTC) #4
Mircea Trofin
https://codereview.chromium.org/2079353002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2079353002/diff/1/src/wasm/wasm-module.cc#newcode851 src/wasm/wasm-module.cc:851: CodeStats code_stats; On 2016/06/20 16:13:04, Clemens Hammacher wrote: > ...
4 years, 6 months ago (2016-06-20 22:47:03 UTC) #5
bradnelson
lgtm
4 years, 6 months ago (2016-06-21 02:35:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2079353002/20001
4 years, 6 months ago (2016-06-21 02:35:48 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-21 02:37:31 UTC) #10
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 02:38:02 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a03701ec0db1c264706fee69e77ea0845982bcd6
Cr-Commit-Position: refs/heads/master@{#37120}

Powered by Google App Engine
This is Rietveld 408576698