• ishell's avatar
    [crankshaft] Fixing ES6 tail call elimination. · 689980f7
    ishell authored
    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.
    
    TBR=bmeurer@chromium.org
    BUG=v8:4698
    LOG=N
    
    Review URL: https://codereview.chromium.org/1780043004
    
    Cr-Commit-Position: refs/heads/master@{#34830}
    689980f7
lithium.cc 21.2 KB