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

Issue 2919953003: Clean up issues raised on previous CL. (Closed)

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

Description

Clean up issues raised on previous CL. Fixes issues raised in CL https://codereview.chromium.org/2887193002. That is: 1) Remove using mutex in Isolate::InitializeCounters(). 2) Use counters_shared_.get() instead of counters_ (and hence, also remove field counters_). BUG=v8:6361 Review-Url: https://codereview.chromium.org/2919953003 Cr-Commit-Position: refs/heads/master@{#45743} Committed: https://chromium.googlesource.com/v8/v8/+/9bc3bd4cddd29c048ea0762aa45dab57fd50bd0e

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -34 lines) Patch
M src/isolate.h View 1 4 chunks +4 lines, -5 lines 0 comments Download
M src/isolate.cc View 1 4 chunks +3 lines, -10 lines 0 comments Download
M src/wasm/wasm-module.cc View 15 chunks +10 lines, -19 lines 0 comments Download

Messages

Total messages: 22 (14 generated)
kschimpf
3 years, 6 months ago (2017-06-02 17:07:33 UTC) #5
kschimpf
Please review. Thanks!
3 years, 6 months ago (2017-06-05 14:51:25 UTC) #8
Mircea Trofin
lgtm, 2 nits. https://codereview.chromium.org/2919953003/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2919953003/diff/1/src/isolate.cc#newcode2859 src/isolate.cc:2859: return stats_table_ = counters_shared_->stats_table(); Nit: I ...
3 years, 6 months ago (2017-06-05 15:35:11 UTC) #9
kschimpf
https://codereview.chromium.org/2919953003/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2919953003/diff/1/src/isolate.cc#newcode2859 src/isolate.cc:2859: return stats_table_ = counters_shared_->stats_table(); On 2017/06/05 15:35:11, Mircea Trofin ...
3 years, 6 months ago (2017-06-05 18:05:43 UTC) #10
Clemens Hammacher
LGTM, thanks!
3 years, 6 months ago (2017-06-06 07:29:52 UTC) #15
jochen (gone - plz use gerrit)
I just checked that it doesn't touch histograms, so lgtm
3 years, 6 months ago (2017-06-06 14:41:59 UTC) #16
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/2919953003/20001
3 years, 6 months ago (2017-06-06 17:18:11 UTC) #19
commit-bot: I haz the power
3 years, 6 months ago (2017-06-06 17:19:52 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/9bc3bd4cddd29c048ea0762aa45dab57fd5...

Powered by Google App Engine
This is Rietveld 408576698