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

Issue 571005: ARM native string addition. (Closed)

Created:
10 years, 10 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM native string addition.

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fixed bug in cons-allocation and string detection. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -24 lines) Patch
M src/arm/codegen-arm.h View 1 3 chunks +19 lines, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 7 chunks +229 lines, -16 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 3 chunks +21 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 3 chunks +66 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.h View 1 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
Review of string add for ARM.
10 years, 10 months ago (2010-02-04 13:16:47 UTC) #1
Søren Thygesen Gjesse
LGTM - nice use of ARM conditional instructions. http://codereview.chromium.org/571005/diff/1/2 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/571005/diff/1/2#newcode7228 src/arm/codegen-arm.cc:7228: // ...
10 years, 10 months ago (2010-02-05 08:17:16 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/571005/diff/1/2 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/571005/diff/1/2#newcode7271 src/arm/codegen-arm.cc:7271: ASSERT_EQ(0, kSmiTag); Done. And JumpIfEitherSmi, which is what we ...
10 years, 10 months ago (2010-02-05 08:36:21 UTC) #3
Søren Thygesen Gjesse
10 years, 10 months ago (2010-02-05 11:54:02 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698