• jyan's avatar
    S390: [crankshaft] Fixing ES6 tail call elimination. · 716ab0d3
    jyan authored
    Port acbb968d
    Port 66e22b79
    
    Original commit messages:
        In case when F inlined normal call to G which tail calls H we should not write translation for G for the tail call site.
        Otherwise we will see G in a stack trace inside H.
    
        This CL also enables all existing tests related to ES6 tail call elimination and adds more combinations.
    
        Always generate lazy bailout points for tail calls because Debugger could still require them to inspect optimized frames.
    
    R=ishell@chromium.org, joransiu@ca.ibm.com, mbrandy@us.ibm.com, michael_dawson@ca.ibm.com
    BUG=chromium:596473, v8:4698
    LOG=N
    
    Review URL: https://codereview.chromium.org/1820373002
    
    Cr-Commit-Position: refs/heads/master@{#35003}
    716ab0d3
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...