• Nikolaos Papaspyrou's avatar
    heap: Fix reporting of incremental and background scopes · d609cd98
    Nikolaos Papaspyrou authored
    Method GCTracer::UpdateStatistics was responsible for copying
    incremental and background scopes to the current event, before
    reporting. It was called, however, at the end of the atomic pause and,
    as a result, some of these scopes would be prematurely copied to the
    current event (e.g., incremental and background sweeping scopes) and
    misreported.
    
    This CL fixes this by splitting the update of statistics and the
    copying of incremental and background scopes. It introduces the
    method GCTracer::FinalizeCurrentEvent which does the latter, which
    is called from GCTracer::StopCycle. It also introduces methods for
    correctly accessing and updating scopes, before the current event is
    finalized, and eliminates the distinction between
    GCTracer::AddScopeSample and GCTracer::AddScopeSampleBackground.
    
    Bug: chromium:1154636
    Change-Id: I2a6d9abb3daa2c48b2dce12dc2685cfc84130abf
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3576792Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Reviewed-by: 's avatarOmer Katz <omerkatz@chromium.org>
    Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#79938}
    d609cd98
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...