Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Issue 2120463002: MIPS: [builtins] Fix MathMaxMin. (Closed)

Created:
4 years, 5 months ago by balazs.kilvady
Modified:
4 years, 5 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: [builtins] Fix MathMaxMin. Port b86ac0e05a1e4a34944bdc3c0c6702945387b431 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 Committed: https://crrev.com/e65035f2572144d317e1559ea69a054317649e36 Cr-Commit-Position: refs/heads/master@{#37481}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -22 lines) Patch
M src/mips/builtins-mips.cc View 3 chunks +13 lines, -11 lines 2 comments Download
M src/mips64/builtins-mips64.cc View 3 chunks +13 lines, -11 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 10 (3 generated)
balazs.kilvady
4 years, 5 months ago (2016-07-01 11:51:00 UTC) #2
ivica.bogosavljevic
https://codereview.chromium.org/2120463002/diff/1/src/mips/builtins-mips.cc File src/mips/builtins-mips.cc (right): https://codereview.chromium.org/2120463002/diff/1/src/mips/builtins-mips.cc#newcode153 src/mips/builtins-mips.cc:153: __ Branch(&done_loop, lt, a3, Operand(zero_reg)); You could fill delay ...
4 years, 5 months ago (2016-07-01 12:40:51 UTC) #3
balazs.kilvady
https://codereview.chromium.org/2120463002/diff/1/src/mips/builtins-mips.cc File src/mips/builtins-mips.cc (right): https://codereview.chromium.org/2120463002/diff/1/src/mips/builtins-mips.cc#newcode153 src/mips/builtins-mips.cc:153: __ Branch(&done_loop, lt, a3, Operand(zero_reg)); On 2016/07/01 12:40:50, ivica.bogosavljevic ...
4 years, 5 months ago (2016-07-01 13:17:26 UTC) #4
akos.palfi.imgtec
LGTM. I think we should not fill the delay slot, since it breaks the compact ...
4 years, 5 months ago (2016-07-01 14:38:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2120463002/1
4 years, 5 months ago (2016-07-01 14:40:08 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-01 15:11:26 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-07-01 15:13:09 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e65035f2572144d317e1559ea69a054317649e36
Cr-Commit-Position: refs/heads/master@{#37481}

Powered by Google App Engine
This is Rietveld 408576698