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

Issue 9392001: MIPS: Port r10674 to x64 and arm. (Closed)

Created:
8 years, 10 months ago by kalmard
Modified:
8 years, 10 months ago
Reviewers:
kisg, Paul Lind, Yang, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Port r10674 to x64 and arm. Port r10679 (cfd936). BUG= TEST=

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -2 lines) Patch
M src/mips/builtins-mips.cc View 3 chunks +36 lines, -2 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
kalmard
8 years, 10 months ago (2012-02-13 12:51:34 UTC) #1
Yang
On 2012/02/13 12:51:34, kalmard wrote: LGTM, but one comment. I'll land once it's been addressed.
8 years, 10 months ago (2012-02-13 13:14:48 UTC) #2
Yang
http://codereview.chromium.org/9392001/diff/1/src/mips/builtins-mips.cc File src/mips/builtins-mips.cc (right): http://codereview.chromium.org/9392001/diff/1/src/mips/builtins-mips.cc#newcode420 src/mips/builtins-mips.cc:420: __ Addu(t3, t3, kPointerSize); you can skip the decrement ...
8 years, 10 months ago (2012-02-13 13:14:58 UTC) #3
Yang
8 years, 10 months ago (2012-02-14 09:15:11 UTC) #4
On 2012/02/13 13:14:58, Yang wrote:
> http://codereview.chromium.org/9392001/diff/1/src/mips/builtins-mips.cc
> File src/mips/builtins-mips.cc (right):
> 
>
http://codereview.chromium.org/9392001/diff/1/src/mips/builtins-mips.cc#newco...
> src/mips/builtins-mips.cc:420: __ Addu(t3, t3, kPointerSize);
> you can skip the decrement later if you do the increment after the smi-check.
> 
>
http://codereview.chromium.org/9392001/diff/1/src/mips/builtins-mips.cc#newco...
> src/mips/builtins-mips.cc:468: __ Subu(t3, t3, Operand(kPointerSize));
> this is the decrement I'm talking about in the previous comment.

Landed as http://codereview.chromium.org/9395003/

Powered by Google App Engine
This is Rietveld 408576698