• Ben L. Titzer's avatar
    [wasm] Add runtime call plumbing for Table operations. · 6d3d8f7b
    Ben L. Titzer authored
    This CL adds two new runtime calls for table operations:
      - Runtime_WasmTableInit
      - Runtime_WasmTableCopy
    
    These runtime calls (will) implement the semantics for the corresponding
    bytecodes from the bulk memory proposal. The actual implementation
    of these runtime calls will be done in further CLs.
    
    The third table operation, table.drop, will be implemented with inline
    code, similar to memory.drop. This is also be done in a further CL.
    
    R=mstarzinger@chromium.org
    CC=​binji@chromium.org
    BUG=v8:7747
    
    Change-Id: I498aa054329baf9f72ae55d245b12c3ccd4157b7
    Reviewed-on: https://chromium-review.googlesource.com/c/1408994
    Commit-Queue: Ben Titzer <titzer@chromium.org>
    Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58786}
    6d3d8f7b
Name
Last commit
Last update
..
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-bigint.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-futex.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-interpreter.cc Loading commit data...
runtime-intl.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-module.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-operators.cc Loading commit data...
runtime-promise.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime-wasm.cc Loading commit data...
runtime-weak-refs.cc Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...