• Andreas Haas's avatar
    [wasm] Make multi-return tests wasm-specific · ba5409a6
    Andreas Haas authored
    The multi-return tests and fuzzer used a custom call descriptor which
    was based on the default RegisterConfiguration. This meant that for the
    tests, all available registers could be used to pass parameters and to
    return values. This caused a problem, because in some cases we need a
    scratch register in the frame deconstruction.
    
    With this CL I change both the tests and the fuzzer to use the
    WebAssembly call descriptor. Thereby we only use 2 registers for
    returns, and one of the other registers can be used as scratch
    register.
    
    WebAssembly is the only use case at the moment which wants to return
    values not only through registers but also over the stack. Therefore
    I think it's acceptable to only test the WebAssembly usecase.
    
    R=mstarzinger@chromium.org
    
    Bug: chromium:813288
    Change-Id: I31bed757af5f3e8589d2b3dfb6f0112ddecd1a20
    Reviewed-on: https://chromium-review.googlesource.com/970656Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#52099}
    ba5409a6
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...