• Andreas Haas's avatar
    [fuzzer][arm64] Consider alignment in the multi-return fuzzer · 8491ca60
    Andreas Haas authored
    On arm64, the stack pointer has to be aligned all the time. This
    alignment was not considered in the creation of the CallDescriptor in
    the fuzzer and thereby caused a mismatch between the CallDescriptor and
    code generator. In other words, a callee put return values in a stack
    slot which was different than the stack slot where the caller expected
    the return value.
    
    With this CL we consider this alignment in the fuzzer.
    
    R=clemensh@chromium.org
    
    Change-Id: I8c78c24c682b7b8678c0d4d112bae99cf405b184
    Reviewed-on: https://chromium-review.googlesource.com/864682Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50574}
    8491ca60
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles 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...
Makefile Loading commit data...
Makefile.android 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...