• mbrandy's avatar
    PPC: [crankshaft] Fixing ES6 tail call elimination. · a6bf5bbd
    mbrandy 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, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
    BUG=chromium:596473, v8:4698
    LOG=N
    
    Review URL: https://codereview.chromium.org/1825513002
    
    Cr-Commit-Position: refs/heads/master@{#34996}
    a6bf5bbd
lithium-ppc.cc 83.1 KB