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

Issue 1573953002: MIPS: Fix dd() implementations for compact branches. (Closed)

Created:
4 years, 11 months ago by balazs.kilvady
Modified:
4 years, 11 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 dd() implementations for compact branches. BUG= Committed: https://crrev.com/5091e8f2f5d83a7061e88bb0ef2399e4b042ae0d Cr-Commit-Position: refs/heads/master@{#33249}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Rebase, fix nits. #

Patch Set 3 : Use Align(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -77 lines) Patch
M src/mips/assembler-mips.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 1 chunk +9 lines, -21 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 2 chunks +29 lines, -1 line 0 comments Download
M src/mips64/assembler-mips64.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 1 chunk +9 lines, -21 lines 0 comments Download
M src/mips64/assembler-mips64-inl.h View 1 2 chunks +28 lines, -12 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M test/cctest/test-assembler-mips64.cc View 1 2 6 chunks +6 lines, -13 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 1 chunk +71 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-mips64.cc View 1 1 chunk +72 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
balazs.kilvady
4 years, 11 months ago (2016-01-11 17:36:19 UTC) #2
paul.l...
https://codereview.chromium.org/1573953002/diff/1/src/mips/assembler-mips-inl.h File src/mips/assembler-mips-inl.h (right): https://codereview.chromium.org/1573953002/diff/1/src/mips/assembler-mips-inl.h#newcode440 src/mips/assembler-mips-inl.h:440: void Assembler::EmitForbiddenSlotHelper() { Maybe CheckForEmitInForbiddenSlot() is a better name? ...
4 years, 11 months ago (2016-01-12 01:13:41 UTC) #3
ivica.bogosavljevic
https://codereview.chromium.org/1573953002/diff/1/test/cctest/test-assembler-mips64.cc File test/cctest/test-assembler-mips64.cc (right): https://codereview.chromium.org/1573953002/diff/1/test/cctest/test-assembler-mips64.cc#newcode3391 test/cctest/test-assembler-mips64.cc:3391: __ nop(); This should probably be __ Align(8), right?
4 years, 11 months ago (2016-01-12 15:14:29 UTC) #4
balazs.kilvady
https://codereview.chromium.org/1573953002/diff/1/src/mips/assembler-mips-inl.h File src/mips/assembler-mips-inl.h (right): https://codereview.chromium.org/1573953002/diff/1/src/mips/assembler-mips-inl.h#newcode440 src/mips/assembler-mips-inl.h:440: void Assembler::EmitForbiddenSlotHelper() { On 2016/01/12 01:13:40, paul.l... wrote: > ...
4 years, 11 months ago (2016-01-12 16:32:11 UTC) #5
balazs.kilvady
https://codereview.chromium.org/1573953002/diff/1/test/cctest/test-assembler-mips64.cc File test/cctest/test-assembler-mips64.cc (right): https://codereview.chromium.org/1573953002/diff/1/test/cctest/test-assembler-mips64.cc#newcode3391 test/cctest/test-assembler-mips64.cc:3391: __ nop(); On 2016/01/12 15:14:29, ivica.bogosavljevic wrote: > This ...
4 years, 11 months ago (2016-01-12 17:49:48 UTC) #6
paul.l...
LGTM.
4 years, 11 months ago (2016-01-12 19:07:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1573953002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1573953002/40001
4 years, 11 months ago (2016-01-12 19:09:29 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-12 19:48:57 UTC) #10
commit-bot: I haz the power
4 years, 11 months ago (2016-01-12 19:49:25 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5091e8f2f5d83a7061e88bb0ef2399e4b042ae0d
Cr-Commit-Position: refs/heads/master@{#33249}

Powered by Google App Engine
This is Rietveld 408576698