• Clemens Backes's avatar
    [wasm] Remove ExecutionTier::kInterpreter · 0c918bd8
    Clemens Backes authored
    The interpreter is not an execution tier in production any more. It's
    only used in tests.
    Thus, remove {ExecutionTier::kInterpreter} and instead add a
    {TestExecutionTier} that still has {kInterpreter}.
    
    If needed (in {TestingModuleBuilder::execution_tier()}), we translate
    back from {TestExecutionTier} to {ExecutionTier} (for {kLiftoff} and
    {kTurboFan} only).
    
    The {TraceMemoryOperation} method, which is shared between interpreter
    and production code, now receives a {base::Optional<ExecutionTier>}, and
    we will just pass en empty optional if called from the interpreter.
    
    R=thibaudm@chromium.org
    
    Bug: v8:10389
    Change-Id: Ibe133b91e8dca6d6edbfaee5ffa0d7fe72ed6d64
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2335186Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69260}
    0c918bd8
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-c-wasm-entry.cc Loading commit data...
test-compilation-cache.cc Loading commit data...
test-gc.cc Loading commit data...
test-grow-memory.cc Loading commit data...
test-jump-table-assembler.cc Loading commit data...
test-liftoff-inspection.cc Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-asmjs.cc Loading commit data...
test-run-wasm-atomics.cc Loading commit data...
test-run-wasm-atomics64.cc Loading commit data...
test-run-wasm-bulk-memory.cc Loading commit data...
test-run-wasm-exceptions.cc Loading commit data...
test-run-wasm-interpreter.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm-sign-extension.cc Loading commit data...
test-run-wasm-simd-liftoff.cc Loading commit data...
test-run-wasm-simd-scalar-lowering.cc Loading commit data...
test-run-wasm-simd.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-streaming-compilation.cc Loading commit data...
test-wasm-breakpoints.cc Loading commit data...
test-wasm-codegen.cc Loading commit data...
test-wasm-debug-evaluate.cc Loading commit data...
test-wasm-import-wrapper-cache.cc Loading commit data...
test-wasm-serialization.cc Loading commit data...
test-wasm-shared-engine.cc Loading commit data...
test-wasm-stack.cc Loading commit data...
test-wasm-trap-position.cc Loading commit data...
wasm-atomics-utils.h Loading commit data...
wasm-run-utils.cc Loading commit data...
wasm-run-utils.h Loading commit data...