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

Issue 782493002: MIPS; Improve checked load/store operators for constant offset and length. (Closed)

Created:
6 years ago by dusmil.imgtec
Modified:
6 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

MIPS; Improve checked load/store operators for constant offset and length. TEST= BUG= R=balazs.kilvady@imgtec.com, paul.lind@imgtec.com Committed: https://chromium.googlesource.com/v8/v8/+/f62ab8d061f3dc61f24252c9676ff4446dc07b1b

Patch Set 1 #

Total comments: 7

Patch Set 2 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -80 lines) Patch
M src/compiler/mips/code-generator-mips.cc View 1 1 chunk +62 lines, -36 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 3 chunks +26 lines, -4 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 1 chunk +62 lines, -36 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 2 chunks +22 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
dusmil.imgtec
6 years ago (2014-12-04 13:40:30 UTC) #2
balazs.kilvady
lgtm with a question.
6 years ago (2014-12-04 15:32:14 UTC) #3
balazs.kilvady
lgtm with a note. https://codereview.chromium.org/782493002/diff/1/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/782493002/diff/1/src/compiler/mips/code-generator-mips.cc#newcode179 src/compiler/mips/code-generator-mips.cc:179: __ Branch(ool->entry(), ls, i.InputRegister(1), Operand(offset)); ...
6 years ago (2014-12-04 15:33:41 UTC) #4
dusmil.imgtec
No, there is no negation of condition it is the same condition, the idea is ...
6 years ago (2014-12-04 15:57:04 UTC) #5
paul.l...
lgtm, but see comments. https://codereview.chromium.org/782493002/diff/1/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/782493002/diff/1/src/compiler/mips/code-generator-mips.cc#newcode174 src/compiler/mips/code-generator-mips.cc:174: __ Branch(ool->entry(), hs, offset, i.InputOperand(1)); ...
6 years ago (2014-12-04 16:05:56 UTC) #6
dusmil.imgtec
https://codereview.chromium.org/782493002/diff/1/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/782493002/diff/1/src/compiler/mips/code-generator-mips.cc#newcode174 src/compiler/mips/code-generator-mips.cc:174: __ Branch(ool->entry(), hs, offset, i.InputOperand(1)); \ Very nice, I ...
6 years ago (2014-12-04 17:25:23 UTC) #7
dusmil.imgtec
6 years ago (2014-12-04 17:28:14 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f62ab8d061f3dc61f24252c9676ff4446dc07b1b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698