• Manos Koukoutos's avatar
    [wasm-gc] Cleanup/preparation to enable call_ref with WasmJSFunction · da3c7318
    Manos Koukoutos authored
    Changes:
    - Add wasm-to-js wrapper field to WasmJSFunction. A WasmJSFunction might
      be called with call_ref without being imported to a module, and this
      provides a call target for this scenario. The wrapper is only compiled
      if --experimental-wasm-typed-funcref is set.
    - Add CompileWasmToJSWrapper in wasm-compiler.
    - Rename  BuildLoadFunctionDataFromExportedFunction ->
      BuildLoadFunctionDataFromJSFunction to reflect its wider usage.
    - Rename BuildWasmImportCallWrapper -> BuildWasmToJsWrapper to reflect
      this function is now also used by CompileWasmToJSWrapper (unrelated to
      imports).
    - (Drive-by) Remove dead arguments from wasm-module-builder.js.
    
    Bug: v8:9495
    Change-Id: I23468b69d42310cb8e96da5286ce68c701188876
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2459371Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Commit-Queue: Manos Koukoutos <manoskouk@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70421}
    da3c7318
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...