• danno's avatar
    [turbofan] Robustify tail parameter stack size computations · e92e9118
    danno authored
    This CL separates the check whether something is tail-callable from
    the computation of the size of the stack parameters that a function
    takes.
    
    In order to track this precisely, the stack parameter size calculation
    uses the recently landed MachineType information that's embedded
    in return and parameter value LinkageLocations.
    
    Review-Url: https://codereview.chromium.org/2121753002
    Cr-Commit-Position: refs/heads/master@{#37668}
    e92e9118
linkage.cc 19.8 KB