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

Issue 2535703002: MIPS: Optimize load/store with large offset on MIPSr6 (Closed)

Created:
4 years ago by Marija Antic
Modified:
4 years ago
Reviewers:
ivica.bogosavljevic, predrag.rudic, ilija.pavlovic, miran.karic, dusan.simicic
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Optimize load/store with large offset on MIPSr6 Replace the sequence LUI+(D)ADD with (D)AUI BUG= Committed: https://crrev.com/51159360d48b7871dd1e049581eee92a4844842a Cr-Commit-Position: refs/heads/master@{#41425}

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Total comments: 2

Patch Set 3 : fix errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -10 lines) Patch
M src/mips/assembler-mips.cc View 1 2 2 chunks +19 lines, -5 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 2 2 chunks +27 lines, -5 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
Marija Antic
PTAL
4 years ago (2016-11-28 09:09:15 UTC) #2
ivica.bogosavljevic
https://codereview.chromium.org/2535703002/diff/1/src/mips/assembler-mips.cc File src/mips/assembler-mips.cc (right): https://codereview.chromium.org/2535703002/diff/1/src/mips/assembler-mips.cc#newcode1783 src/mips/assembler-mips.cc:1783: ori(at, at, src.offset_ & kImm16Mask); // Load 32-bit offset. ...
4 years ago (2016-11-28 13:13:46 UTC) #3
Marija Antic
https://codereview.chromium.org/2535703002/diff/1/src/mips/assembler-mips.cc File src/mips/assembler-mips.cc (right): https://codereview.chromium.org/2535703002/diff/1/src/mips/assembler-mips.cc#newcode1783 src/mips/assembler-mips.cc:1783: ori(at, at, src.offset_ & kImm16Mask); // Load 32-bit offset. ...
4 years ago (2016-11-28 13:36:12 UTC) #4
ivica.bogosavljevic
https://codereview.chromium.org/2535703002/diff/20001/src/mips64/assembler-mips64.cc File src/mips64/assembler-mips64.cc (right): https://codereview.chromium.org/2535703002/diff/20001/src/mips64/assembler-mips64.cc#newcode1945 src/mips64/assembler-mips64.cc:1945: daui(at, src.rm(), hi); Does this compile? (hi is not ...
4 years ago (2016-11-28 13:44:13 UTC) #5
Marija Antic
https://codereview.chromium.org/2535703002/diff/20001/src/mips64/assembler-mips64.cc File src/mips64/assembler-mips64.cc (right): https://codereview.chromium.org/2535703002/diff/20001/src/mips64/assembler-mips64.cc#newcode1945 src/mips64/assembler-mips64.cc:1945: daui(at, src.rm(), hi); On 2016/11/28 13:44:13, ivica.bogosavljevic wrote: > ...
4 years ago (2016-11-29 12:17:04 UTC) #6
predrag.rudic
On 2016/11/29 12:17:04, Marija Antic wrote: > https://codereview.chromium.org/2535703002/diff/20001/src/mips64/assembler-mips64.cc > File src/mips64/assembler-mips64.cc (right): > > https://codereview.chromium.org/2535703002/diff/20001/src/mips64/assembler-mips64.cc#newcode1945 ...
4 years ago (2016-11-30 13:43:25 UTC) #7
Marija Antic
On 2016/11/30 13:43:25, predrag.rudic wrote: > On 2016/11/29 12:17:04, Marija Antic wrote: > > > ...
4 years ago (2016-11-30 13:48:52 UTC) #8
ivica.bogosavljevic
lgtm
4 years ago (2016-12-01 12:10:46 UTC) #9
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/2535703002/40001
4 years ago (2016-12-01 13:08:46 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-01 13:10:32 UTC) #17
commit-bot: I haz the power
4 years ago (2016-12-01 13:10:51 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/51159360d48b7871dd1e049581eee92a4844842a
Cr-Commit-Position: refs/heads/master@{#41425}

Powered by Google App Engine
This is Rietveld 408576698