• Manos Koukoutos's avatar
    [wasm-gc] Initializer expressions can reference locally def. globals · df92d806
    Manos Koukoutos authored
    Changes:
    - Add current global index argument to consume_init_expr.
    - Inline DecodeGlobalInModule. Move the check for undefined global
      indexes into into consume_init_expr. Note: This fixes a bug where the
      index wasn't checked for nested global.get.
    - Under --experimental-wasm-gc, allow global initializers to reference
      already defined globals in the same module.
    - Rename ModuleDecoderImpl::DecodeInitExpr -> DecodeInitExprForTesting.
      Remove redundant "start" argument.
    - Add tests for global initializers. Remove a redundant test.
    
    Bug: v8:7748
    Change-Id: Ieb4a768f8cfdd423e5f439bb3467700068f240b7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2428596
    Commit-Queue: Manos Koukoutos <manoskouk@chromium.org>
    Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70181}
    df92d806
Name
Last commit
Last update
..
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...
loop-assignment-analysis-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-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...