• balazs.kilvady's avatar
    MIPS: [builtins] Fix MathMaxMin. · e65035f2
    balazs.kilvady authored
    Port b86ac0e0
    
    Original commit message:
    Both of these were broken in different ways:
    * On arm, the loop counter was passed as argc on the stack.
    * On arm64, we passed argc + 1 instead of argc.
    
    The result in both cases was an incorrect receiver for the builtin frame
    when generating stack traces.
    
    BUG=v8:4815
    
    Review-Url: https://codereview.chromium.org/2120463002
    Cr-Commit-Position: refs/heads/master@{#37481}
    e65035f2
builtins-mips.cc 105 KB