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

Issue 1111633002: MIPS: Fix FP load/store with large offsets from base register. (Closed)

Created:
5 years, 8 months ago by paul.l...
Modified:
5 years, 7 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Fix FP load/store with large offsets from base register. BUG=481519 LOG=y Committed: https://crrev.com/a601987024aaaf13aebadb29ffba3613738a128a Cr-Commit-Position: refs/heads/master@{#28113}

Patch Set 1 #

Total comments: 1

Patch Set 2 : use kIntSize. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -30 lines) Patch
M src/mips/assembler-mips.cc View 1 3 chunks +66 lines, -26 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 chunk +24 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
paul.l...
Google team: I have no idea if this should be logged or not. Let me ...
5 years, 8 months ago (2015-04-27 23:38:50 UTC) #2
Michael Achenbach
Adding such issues to the change log is fine.
5 years, 7 months ago (2015-04-28 09:03:18 UTC) #3
dusmil.imgtec
https://codereview.chromium.org/1111633002/diff/1/src/mips/assembler-mips.cc File src/mips/assembler-mips.cc (right): https://codereview.chromium.org/1111633002/diff/1/src/mips/assembler-mips.cc#newcode1998 src/mips/assembler-mips.cc:1998: if (is_int16(src.offset_) && is_int16(src.offset_ + kPointerSize)) { No need ...
5 years, 7 months ago (2015-04-28 10:31:13 UTC) #4
dusmil.imgtec
On 2015/04/28 10:31:13, dusmil.imgtec wrote: > https://codereview.chromium.org/1111633002/diff/1/src/mips/assembler-mips.cc > File src/mips/assembler-mips.cc (right): > > https://codereview.chromium.org/1111633002/diff/1/src/mips/assembler-mips.cc#newcode1998 > ...
5 years, 7 months ago (2015-04-28 14:26:00 UTC) #5
paul.l...
Change kPointerSize to kIntSize per suggestion. As noted, negative offsets need the 2nd check.
5 years, 7 months ago (2015-04-28 14:28:09 UTC) #6
dusmil.imgtec
LGTM.
5 years, 7 months ago (2015-04-28 14:30:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1111633002/20001
5 years, 7 months ago (2015-04-28 14:41:27 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-04-28 15:42:31 UTC) #10
commit-bot: I haz the power
5 years, 7 months ago (2015-04-28 15:42:43 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a601987024aaaf13aebadb29ffba3613738a128a
Cr-Commit-Position: refs/heads/master@{#28113}

Powered by Google App Engine
This is Rietveld 408576698