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

Issue 1687173006: MIPS: Fix '[runtime] Optimize and unify rest parameters.' (Closed)

Created:
4 years, 10 months ago by akos.palfi.imgtec
Modified:
4 years, 10 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: Fix '[runtime] Optimize and unify rest parameters.' Fixes a register-clobbering problem. The Branch() instruction can overwrite the 'at' register, so it can't be used as scratch in Allocate(). Added DCHECK to avoid this in the future. BUG= Committed: https://crrev.com/b44bea94f9beb24dbd39d9b7e8c9c16ca3a4adf8 Cr-Commit-Position: refs/heads/master@{#33912}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M src/mips/code-stubs-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
akos.palfi.imgtec
PTAL.
4 years, 10 months ago (2016-02-11 16:58:21 UTC) #3
balazs.kilvady
LGTM with a nit. https://codereview.chromium.org/1687173006/diff/1/src/mips64/code-stubs-mips64.cc File src/mips64/code-stubs-mips64.cc (right): https://codereview.chromium.org/1687173006/diff/1/src/mips64/code-stubs-mips64.cc#newcode5261 src/mips64/code-stubs-mips64.cc:5261: __ Allocate(a1, v0, a3, t0, ...
4 years, 10 months ago (2016-02-11 17:07:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1687173006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1687173006/20001
4 years, 10 months ago (2016-02-11 17:16:28 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-11 17:42:20 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-02-11 17:42:50 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b44bea94f9beb24dbd39d9b7e8c9c16ca3a4adf8
Cr-Commit-Position: refs/heads/master@{#33912}

Powered by Google App Engine
This is Rietveld 408576698