• Manos Koukoutos's avatar
    [wasm][fuzzer] Complex init. expressions in JS testcase · 74d9a764
    Manos Koukoutos authored
    We enable struct.new and array.init initializer expressions in the JS
    testcase generated by --wasm-fuzzer-gen-test. We needed to make some
    changes in the WasmInitExpr class, and to implement a new interface for
    the WasmFullDecoder, which constructs a WasmInitExpr.
    Changes:
    - Make WasmInitExpr a ZoneObject. Use a pointer for its operands_ field.
      This is needed so WasmInitExpr is trivially copiable, and thus usable
      as a Value type in WasmFullDecoder.
    - Implement a WasmFullDecoder interface in wasm-fuzzer-common that
      constructs a WasmInitExpr. Use it to decode initializers in the
      module generated by the fuzzer.
    - Change AppendInitExpr to take a WasmInitExpr as argument.
    - Fix an issue with printing of struct definitions.
    - Change initializer expression used for structs to struct.new_with_rtt.
      This is consistent with the currently used structural types.
    
    Bug: v8:11954
    Change-Id: I65a87cc98701a54f32500be192b3b6eef2ff6c8c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3257712Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Manos Koukoutos <manoskouk@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#77730}
    74d9a764
Name
Last commit
Last update
..
inspector Loading commit data...
json Loading commit data...
multi_return Loading commit data...
parser Loading commit data...
regexp Loading commit data...
regexp_builtins Loading commit data...
wasm Loading commit data...
wasm_async Loading commit data...
wasm_code Loading commit data...
wasm_compile Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
README.md Loading commit data...
fuzzer-support.cc Loading commit data...
fuzzer-support.h Loading commit data...
fuzzer.cc Loading commit data...
fuzzer.status Loading commit data...
inspector-fuzzer.cc Loading commit data...
json.cc Loading commit data...
multi-return.cc Loading commit data...
parser.cc Loading commit data...
regexp-builtins.cc Loading commit data...
regexp.cc Loading commit data...
testcfg.py Loading commit data...
wasm-async.cc Loading commit data...
wasm-code.cc Loading commit data...
wasm-compile.cc Loading commit data...
wasm-fuzzer-common.cc Loading commit data...
wasm-fuzzer-common.h Loading commit data...
wasm.cc Loading commit data...
wasm_corpus.tar.gz.sha1 Loading commit data...