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

Issue 2772363002: Separate function decoding counter into asm and wasm counters. (Closed)

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

Description

Separate function 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 the function decoding counter into two separate counters, and then uses the appropriate counter when decoding a module. BUG=chromium:704922 R=bbudge@chromium.org,bradnelson@chromium.org Review-Url: https://codereview.chromium.org/2772363002 Cr-Commit-Position: refs/heads/master@{#44197} Committed: https://chromium.googlesource.com/v8/v8/+/7d4cb943036f18bb8a54c239ffe1d5a8a434b584

Patch Set 1 #

Patch Set 2 : Create dummy module environment for DecodeWasmFunction test. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -7 lines) Patch
M src/counters.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M src/wasm/module-decoder.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/wasm/wasm-module.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M test/unittests/wasm/module-decoder-unittest.cc View 1 2 chunks +17 lines, -3 lines 1 comment Download

Messages

Total messages: 31 (25 generated)
kschimpf
3 years, 9 months ago (2017-03-27 17:06:44 UTC) #9
bbudge
lgtm
3 years, 9 months ago (2017-03-27 20:04:32 UTC) #14
bradnelson
lgtm
3 years, 9 months ago (2017-03-27 20:42:56 UTC) #19
Karl
https://codereview.chromium.org/2772363002/diff/20001/test/unittests/wasm/module-decoder-unittest.cc File test/unittests/wasm/module-decoder-unittest.cc (right): https://codereview.chromium.org/2772363002/diff/20001/test/unittests/wasm/module-decoder-unittest.cc#newcode922 test/unittests/wasm/module-decoder-unittest.cc:922: class WasmFunctionVerifyTest : public TestWithIsolateAndZone { Added class fields ...
3 years, 9 months ago (2017-03-28 01:53:17 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/2772363002/20001
3 years, 8 months ago (2017-03-28 14:26:07 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-03-28 14:27:48 UTC) #31
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/7d4cb943036f18bb8a54c239ffe1d5a8a43...

Powered by Google App Engine
This is Rietveld 408576698