• kschimpf's avatar
    Localize counter class member functions. · f073a20b
    kschimpf authored
    This CL takes advantage of the fact that StatsCounter is now local to
    the Counters class. This includes:
    
    1) Method StatsTable::SetCreateHistogramFunction() was only called in
    one spot (in api.cc), which also called Counters::ResetHistograms()
    and Counters::InitializeHistorgram(). InitializeHistogram can be
    folded into Histogram.Reset().
    
    2) Since Histogram::Reset() now regenerats the histogram, we no longer
    need the field lookup_done_. Therefore there is no longer a race
    between updating ptr_ and lookup_done_, making the Histogram class
    thread safe.
    
    3) Made the constructors of several classes private (except for class
    Counters), minimizing the scope that they are used. When the couldn't
    be moved, add comment that they were public only for test cases.
    
    4) Removed the need for a mutex lock on StatsCounter::Reset(), since
    it is now guaranteed to only be called when
    StatsTable::SetCounterFunction() is called.
    
    BUG=v8:6361
    CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng
    
    Review-Url: https://codereview.chromium.org/2918703002
    Cr-Commit-Position: refs/heads/master@{#45791}
    f073a20b
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...