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

Issue 2778493002: Separate module compile counter for asm and wasm. (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 compile counter for asm and wasm. Currently, v8 uses the same flag to collect time for compiling wasm modules from js asm and wasm. This separates the v8 counter into two separate counters, and then uses the appropriate counter when compiling a module. Note: This CL doesn't separate the corresponding Chromium counter. Rather that is intenionally being delayed until v8 code has separated all appropriate counters for js asm and wasm. That way, the installation into chrome can be done at once. BUG=chromium:704922 R=bradnelson@chromium.org,bbudge@chromium.org Review-Url: https://codereview.chromium.org/2778493002 Cr-Commit-Position: refs/heads/master@{#44126} Committed: https://chromium.googlesource.com/v8/v8/+/ba40bf7a42324d3e58a013e41683ee207f392a0b

Patch Set 1 #

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

Messages

Total messages: 22 (12 generated)
Karl
3 years, 9 months ago (2017-03-24 18:22:26 UTC) #3
aseemgarg
lgtm
3 years, 9 months ago (2017-03-24 18:53:28 UTC) #7
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/2778493002/1
3 years, 9 months ago (2017-03-24 19:08:21 UTC) #9
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/37631)
3 years, 9 months ago (2017-03-24 19:11:12 UTC) #11
Karl
Need an owner to approve.
3 years, 9 months ago (2017-03-24 19:13:52 UTC) #12
bbudge
https://codereview.chromium.org/2778493002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2778493002/diff/1/src/wasm/wasm-module.cc#newcode517 src/wasm/wasm-module.cc:517: module_->origin == ModuleOrigin::kWasmOrigin Since we'll be doing this check ...
3 years, 9 months ago (2017-03-24 19:19:01 UTC) #13
Karl
Adding field accessor for WasmModule.origin in separate CL. https://codereview.chromium.org/2778493002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2778493002/diff/1/src/wasm/wasm-module.cc#newcode517 src/wasm/wasm-module.cc:517: module_->origin ...
3 years, 9 months ago (2017-03-24 21:19:58 UTC) #16
bradnelson
lgtm
3 years, 9 months ago (2017-03-24 21:26:20 UTC) #18
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/2778493002/1
3 years, 9 months ago (2017-03-24 21:26:22 UTC) #19
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 21:27:43 UTC) #22
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/ba40bf7a42324d3e58a013e41683ee207f3...

Powered by Google App Engine
This is Rietveld 408576698