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

Issue 7386003: MIPS: port Implement ICs for FastDoubleArray loads and stores (Closed)

Created:
9 years, 5 months ago by Paul Lind
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: port Implement ICs for FastDoubleArray loads and stores Ported r8637 (72bd791) BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8686

Patch Set 1 #

Patch Set 2 : Update commit with changes from r8647, fix the build... #

Total comments: 2

Patch Set 3 : Update register usage in comment block per code-review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -2 lines) Patch
M src/mips/macro-assembler-mips.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 2 2 chunks +178 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Paul Lind
9 years, 5 months ago (2011-07-15 05:46:37 UTC) #1
danno
LGTM with a comment nit. If you upload an updated version I'll commit it. http://codereview.chromium.org/7386003/diff/1003/src/mips/stub-cache-mips.cc ...
9 years, 5 months ago (2011-07-18 14:36:12 UTC) #2
Paul Lind
http://codereview.chromium.org/7386003/diff/1003/src/mips/stub-cache-mips.cc File src/mips/stub-cache-mips.cc (right): http://codereview.chromium.org/7386003/diff/1003/src/mips/stub-cache-mips.cc#newcode4372 src/mips/stub-cache-mips.cc:4372: // -- a3 : scratch On 2011/07/18 14:36:12, danno ...
9 years, 5 months ago (2011-07-20 04:43:54 UTC) #3
danno
9 years, 5 months ago (2011-07-20 07:08:55 UTC) #4
Thanks, I'll land this.

I personally think that the register comments at the beginning are only
marginally usefully if you declare useful named register variables, and in that
case the comments are only useful to document the in/out calling convention. I
am wary of comments that duplicate the obvious and just create an opportunity
for something to get out of date. 

It certainly would be nice and perhaps a bit more maintainable if we generally
used descriptive register aliases everywhere, but we're a long way from that.
Besides, I'm as guilty as the next guy of not being 100% consistent about this
in the past, so I'm not going to get pedantic about it.

Powered by Google App Engine
This is Rietveld 408576698