• ishell's avatar
    [crankshaft] Support ES6 tail call elimination. · 22938040
    ishell authored
    HInvokeFunction and HApplyArguments instructions now support tail calling.
    
    Inlining of calls at tail position is not supported yet and therefore still disabled.
    
    The tail-call-megatest was modified so that the usages of "arguments" object do not disable Crankshaft.
    
    TBR=bmeurer@chromium.org
    BUG=v8:4698
    LOG=N
    
    Review URL: https://codereview.chromium.org/1760253003
    
    Cr-Commit-Position: refs/heads/master@{#34542}
    22938040
code-factory.h 5.35 KB