• Clemens Backes's avatar
    [wasm] Remove interpreter entry code · 61c2a0f4
    Clemens Backes authored
    This removes the interpreter entry stubs, which are used to redirect
    specific wasm functions to the interpreter. It is only needed when
    mixing JS code with interpreted Wasm code, otherwise the test functions
    just call the interpreter directly.
    Thus a lot of tests that contain such interaction between JS and Wasm
    need to be restricted to execute in Liftoff and TurboFan only.
    
    After this CL, the WASM_INTERPRETER_ENTRY frame type and the
    corresponding WasmInterpreterEntryFrame are dead, and will be removed in
    a follow-up CL.
    
    R=thibaudm@chromium.org
    
    Bug: v8:10389
    Change-Id: I8e50d350dbc2afcc1cddaeb98baf23711117af2d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2172962
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67559}
    61c2a0f4
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...
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...