• Manos Koukoutos's avatar
    [wasm-gc] Implement array.copy (experimental) · dfdc8f68
    Manos Koukoutos authored
    Changes:
    - Add --experimental-wasm-gc-experiments flag.
    - Add array.copy opcode. Implement it in decoding and code generation
      behind the new flag.
    - Add WasmCodeBuilder::BoundsCheckArrayCopy. Move BoundsCheckArray to
      the private section.
    - Add WasmArrayCopy and WasmArrayCopyWithChecks builtin.
    - Add WasmArrayCopy runtime function.
    - Add WasmArray::ElementSlot.
    - Always print two hex digits in CHECK_PROTOTYPE_OPCODE.
    - In test-gc, print the thrown-error message if the function should not
      throw.
    - In test-gc, add GetResultObject with one argument.
    
    Bug: v8:7748
    Change-Id: I58f4d37e254154596cdef5e78482b55260dd3782
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2912729
    Commit-Queue: Manos Koukoutos <manoskouk@chromium.org>
    Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#74806}
    dfdc8f68
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...