• mbrandy's avatar
    PPC: [turbofan] Enable tail calls for %_CallRuntime. · 69247871
    mbrandy authored
    Port 1fa4285e
    
    Original commit message:
        This involves:
        - Enabling the tail call optimization reducer in all cases.
        - Adding an addition flag to CallFunctionParameters to mark call sites
          that can be tail-called enabled.
        - Only set the tail-call flag for %_CallFunction.
    
    R=danno@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
    BUG=
    
    Review URL: https://codereview.chromium.org/1224533002
    
    Cr-Commit-Position: refs/heads/master@{#29453}
    69247871
code-generator-ppc.cc 57.9 KB