• mbrandy's avatar
    PPC: [turbofan] Further fixing ES6 tail call elimination in Turbofan. · fcaa643d
    mbrandy authored
    Port 2aae579c
    
    Original commit message:
        In case when F tail calls G we should also remove the potential arguments adaptor frame for F.
    
        This CL introduces two new machine instructions ArchTailCallCodeObjectFromJSFunction and
        ArchTailCallJSFunctionFromJSFunction which (unlike existing ArchTailCallCodeObject and
        ArchTailCallJSFunction) also drop arguments adaptor frame if it exists right before jumping
        to the target function.
    
    R=ishell@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
    BUG=v8:4698
    LOG=N
    
    Review URL: https://codereview.chromium.org/1773053002
    
    Cr-Commit-Position: refs/heads/master@{#34589}
    fcaa643d
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
docs 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...
CODE_OF_CONDUCT.md 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...
snapshot_toolchain.gni Loading commit data...