• Clemens Hammacher's avatar
    [wasm] Distinguish requested tier and executed tier · 185922de
    Clemens Hammacher authored
    During execution, the tier can be switch from Liftoff to TurboFan. We
    already handle this in some locations by getting the tier before
    execution, so that we later know which was the requested tier for that
    unit.
    In the case of the --wasm-tier-mask-for-testing flag, this accounting
    was not right because the tier was already switched in the constructor.
    This CL changes the compilation units to store both the requested and
    the executed tier explicitly, so we know which counter to decrement
    when the unit finishes.
    
    R=ahaas@chromium.org
    
    Bug: chromium:925671
    Change-Id: I673463135e9b3ab17e40cfdfd5d3a526ad5a9b79
    Reviewed-on: https://chromium-review.googlesource.com/c/1442639Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#59168}
    185922de
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer 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...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...