• 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
test-wasm-trap-position.cc 5.56 KB