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

Issue 1446343002: MIPS: Fix trampoline pool handling in MacroAssembler::BranchShort() for r6. (Closed)

Created:
5 years, 1 month ago by balazs.kilvady
Modified:
5 years, 1 month 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 trampoline pool handling in MacroAssembler::BranchShort() for r6. BUG=chromium:555543 LOG=N Committed: https://crrev.com/c91bcf719208f12a88f6c9fcf6d73204762739f2 Cr-Commit-Position: refs/heads/master@{#32094}

Patch Set 1 #

Patch Set 2 : Add missing trampoline blocking functions. #

Total comments: 7

Patch Set 3 : Support all the mips revisions in cctest case. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+344 lines, -261 lines) Patch
M src/mips/assembler-mips.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/mips/assembler-mips.cc View 1 3 chunks +7 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 1 chunk +261 lines, -258 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 4 chunks +12 lines, -1 line 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-mips64.cc View 1 2 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
balazs.kilvady
5 years, 1 month ago (2015-11-17 14:12:55 UTC) #4
paul.l...
https://codereview.chromium.org/1446343002/diff/40001/src/mips/assembler-mips.cc File src/mips/assembler-mips.cc (right): https://codereview.chromium.org/1446343002/diff/40001/src/mips/assembler-mips.cc#newcode1473 src/mips/assembler-mips.cc:1473: jalr(rs, zero_reg); Don't we need this protected as well? ...
5 years, 1 month ago (2015-11-17 19:59:45 UTC) #5
balazs.kilvady
https://codereview.chromium.org/1446343002/diff/40001/src/mips/assembler-mips.cc File src/mips/assembler-mips.cc (right): https://codereview.chromium.org/1446343002/diff/40001/src/mips/assembler-mips.cc#newcode1473 src/mips/assembler-mips.cc:1473: jalr(rs, zero_reg); On 2015/11/17 19:59:45, paul.l... wrote: > Don't ...
5 years, 1 month ago (2015-11-18 12:22:53 UTC) #6
balazs.kilvady
https://codereview.chromium.org/1446343002/diff/40001/test/cctest/test-assembler-mips.cc File test/cctest/test-assembler-mips.cc (right): https://codereview.chromium.org/1446343002/diff/40001/test/cctest/test-assembler-mips.cc#newcode5106 test/cctest/test-assembler-mips.cc:5106: if (IsMipsArchVariant(kMips32r6)) { On 2015/11/18 12:22:53, balazs.kilvady wrote: > ...
5 years, 1 month ago (2015-11-18 14:04:05 UTC) #7
paul.l...
LGTM, thanks!
5 years, 1 month ago (2015-11-18 16:47:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1446343002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1446343002/60001
5 years, 1 month ago (2015-11-18 17:03:52 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 1 month ago (2015-11-18 17:43:09 UTC) #11
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 17:43:47 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c91bcf719208f12a88f6c9fcf6d73204762739f2
Cr-Commit-Position: refs/heads/master@{#32094}

Powered by Google App Engine
This is Rietveld 408576698