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

Issue 2780563002: Separate module decoding counter into asm and wasm counters. (Closed)

Created:
3 years, 9 months ago by kschimpf
Modified:
3 years, 9 months ago
CC:
v8-reviews_googlegroups.com, wasm-v8_google.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Separate module decoding counter into asm and wasm counters. Currently, V8 uses the same counter to collect decoding time for both asm.js and WASM. This separates that counter into two separate counters, and then uses the appropriate counter when instantiating a module. BUG=chromium:704922 R=bbudge@chromium.org,mtrofin@chromium.org Review-Url: https://codereview.chromium.org/2780563002 Cr-Commit-Position: refs/heads/master@{#44163} Committed: https://chromium.googlesource.com/v8/v8/+/15247047e5b63f41d96a509ff91d438ef66f14f2

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix is_wasm() and is_asm_js() to use Camel case. #

Total comments: 2

Patch Set 3 : Rename isWasm and isAsmJs to IsWasm and IsAsmJs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M src/counters.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/wasm/module-decoder.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/wasm/wasm-module.h View 1 2 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 37 (27 generated)
kschimpf
3 years, 9 months ago (2017-03-27 16:19:15 UTC) #5
bbudge
https://codereview.chromium.org/2780563002/diff/1/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/2780563002/diff/1/src/wasm/wasm-module.h#newcode141 src/wasm/wasm-module.h:141: inline bool is_wasm(ModuleOrigin Origin) { Nit: Camel case for ...
3 years, 9 months ago (2017-03-27 17:23:56 UTC) #18
kschimpf
https://codereview.chromium.org/2780563002/diff/1/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/2780563002/diff/1/src/wasm/wasm-module.h#newcode141 src/wasm/wasm-module.h:141: inline bool is_wasm(ModuleOrigin Origin) { On 2017/03/27 17:23:56, bbudge ...
3 years, 9 months ago (2017-03-27 19:46:36 UTC) #19
bbudge
LGTM modulo naming change https://codereview.chromium.org/2780563002/diff/20001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/2780563002/diff/20001/src/wasm/wasm-module.h#newcode141 src/wasm/wasm-module.h:141: inline bool isWasm(ModuleOrigin Origin) { ...
3 years, 9 months ago (2017-03-27 20:03:40 UTC) #24
kschimpf
https://codereview.chromium.org/2780563002/diff/20001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/2780563002/diff/20001/src/wasm/wasm-module.h#newcode141 src/wasm/wasm-module.h:141: inline bool isWasm(ModuleOrigin Origin) { On 2017/03/27 20:03:40, bbudge ...
3 years, 9 months ago (2017-03-27 20:35:16 UTC) #25
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/2780563002/40001
3 years, 9 months ago (2017-03-27 20:35:31 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/37768)
3 years, 9 months ago (2017-03-27 20:38:02 UTC) #30
bradnelson
lgtm
3 years, 9 months ago (2017-03-27 20:42:14 UTC) #33
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/2780563002/40001
3 years, 9 months ago (2017-03-27 20:42:22 UTC) #34
commit-bot: I haz the power
3 years, 9 months ago (2017-03-27 21:03:46 UTC) #37
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/15247047e5b63f41d96a509ff91d438ef66...

Powered by Google App Engine
This is Rietveld 408576698