• Manos Koukoutos's avatar
    [wasm] Refactoring ahead of element segment changes · 226b8c86
    Manos Koukoutos authored
    See related CL for context.
    
    Changes:
    - In InitExprInterface, add the ability to evaluate function references
      as index only. Remove the global buffers and use the ones passed with
      the instance object instead.
    - In WasmElemSegment, add a field indicating if elements should be
      parsed as expressions or indices. Change module-decoder.cc to reflect
      this change.
    - In module-instantiate, change the signatures of LoadElemSegment,
      LoadElemSegmentImpl, and EvaluateInitExpr. Move the latter out of
      InstanceBuilder.
    
    Change-Id: I1df54393b2005fba49380654bdd40429bd4869dd
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3364081Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Manos Koukoutos <manoskouk@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#78470}
    226b8c86
Name
Last commit
Last update
..
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
control-transfer-unittest.cc Loading commit data...
decoder-unittest.cc Loading commit data...
function-body-decoder-unittest.cc Loading commit data...
leb-helper-unittest.cc Loading commit data...
liftoff-register-unittests.cc Loading commit data...
loop-assignment-analysis-unittest.cc Loading commit data...
memory-protection-unittest.cc Loading commit data...
module-decoder-memory64-unittest.cc Loading commit data...
module-decoder-unittest.cc Loading commit data...
simd-shuffle-unittest.cc Loading commit data...
streaming-decoder-unittest.cc Loading commit data...
subtyping-unittest.cc Loading commit data...
trap-handler-posix-unittest.cc Loading commit data...
trap-handler-simulator-unittest.cc Loading commit data...
trap-handler-win-unittest.cc Loading commit data...
trap-handler-x64-unittest.cc Loading commit data...
wasm-code-manager-unittest.cc Loading commit data...
wasm-compiler-unittest.cc Loading commit data...
wasm-gdbserver-unittest.cc Loading commit data...
wasm-macro-gen-unittest.cc Loading commit data...
wasm-module-builder-unittest.cc Loading commit data...
wasm-module-sourcemap-unittest.cc Loading commit data...