• chunyang.dai's avatar
    X87: [calls] Consistent call protocol for calls. · 99f01307
    chunyang.dai authored
    port b37907ff (r30648).
    
    original commit message:
    
        The number of actual arguments should always be available, there's no
        point in trying to optimize away a simple assignment of an immediate to
        a register before some calls.
    
        The main motivation is to have a consistent state at the beginning of every
        function. Currently the arguments register (i.e. rax or eax) either contains
        the number of arguments or some random garbage depending on whether
        the callsite decided that the callee might need the information or not.
        This causes trouble with runtime implementations of functions that
        do not set internal_formal_parameter_count to the DontAdaptArguments
        sentinel (we don't have any of those yet), but also makes it impossible
        to sanity check the arguments in the callee, because the callee doesn't
        know whether the caller decided to pass the number of arguments or
        random garbage.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1335453002
    
    Cr-Commit-Position: refs/heads/master@{#30669}
    99f01307
Name
Last commit
Last update
benchmarks Loading commit data...
build 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/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE 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...
Makefile.nacl 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...