• Clemens Backes's avatar
    [wasm] Move members from WasmRunner to WasmRunnerBase · 1f7e126f
    Clemens Backes authored
    This moves some fields and methods from the WasmRunner template to the
    WasmRunnerBase base class. This avoids repeated compilation for the
    different instantiations of the WasmRunner template.
    
    Additional changes:
    - SetUpTrapCallback, SetThreadInWasmFlag, and ClearThreadInWasmFlag are
      static now.
    - CheckUsedExecutionTier is unused, and did not even compile any more.
      In the template class this was OK, because it's only compiled on first
      use.
    
    R=thibaudm@chromium.org
    
    Change-Id: I485729cf4a1fd93fe6abb0be269694f0179fc4ea
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2593331Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71781}
    1f7e126f
Name
Last commit
Last update
..
benchmarks 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...