• Clemens Backes's avatar
    [wasm] Clean up WASM_CALL_INDIRECT macros · a183b8be
    Clemens Backes authored
    Fix a TODO from Ben to change the macro argument order to match the
    actual order in wasm code.
    After this fix, we can remove the individual {WASM_CALL_INDIRECT[0-5]}
    macros and implement them via a common variadic macro.
    
    Also, rename {WASM_CALL_INDIRECT_TABLE0} to {WASM_CALL_INDIRECT_TABLE}.
    The name was confusing, because this macro explictly allows to set a
    table index different from 0. Thus, just drop the "0" in the name.
    
    The individual test changes were done via a vim macro, to avoid manual
    errors.
    
    R=mstarzinger@chromium.org
    
    Bug: v8:10021
    Change-Id: I9f0f31511c5c6e20a0b07524bf75fe9cf1598eba
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1940265Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65242}
    a183b8be
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...