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

Issue 597006: Fix error introduced in version 3820 (Closed)

Created:
10 years, 10 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix error introduced in version 3820. Add optimization suggested by the error. Committed: http://code.google.com/p/v8/source/detail?r=3823

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -20 lines) Patch
M src/arm/stub-cache-arm.cc View 2 3 3 chunks +11 lines, -9 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/stub-cache.h View 3 chunks +9 lines, -4 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
William Hesse
A one-line review.
10 years, 10 months ago (2010-02-09 13:17:27 UTC) #1
Kevin Millikin (Chromium)
LGTM, but can be simplified. http://codereview.chromium.org/597006/diff/1/2 File src/ia32/stub-cache-ia32.cc (right): http://codereview.chromium.org/597006/diff/1/2#newcode253 src/ia32/stub-cache-ia32.cc:253: __ mov(receiver, scratch2); Why ...
10 years, 10 months ago (2010-02-09 13:23:27 UTC) #2
William Hesse
Suggestion taken, applied to all platforms. ARM needed a change to make it safe to ...
10 years, 10 months ago (2010-02-09 13:49:37 UTC) #3
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-02-09 14:17:08 UTC) #4
LGTM.

http://codereview.chromium.org/597006/diff/4008/3009
File src/arm/stub-cache-arm.cc (right):

http://codereview.chromium.org/597006/diff/4008/3009#newcode224
src/arm/stub-cache-arm.cc:224: Label check_string, check_wrapper;
check_string is a dead label?

http://codereview.chromium.org/597006/diff/4008/3009#newcode237
src/arm/stub-cache-arm.cc:237: // If arguments to LoadIC are passed in
registers, receiver must not be
Reword this comment or just get rid of it.

http://codereview.chromium.org/597006/diff/4008/3009#newcode245
src/arm/stub-cache-arm.cc:245: // Check if the object is a string.
No need for comment.

http://codereview.chromium.org/597006/diff/4008/3009#newcode247
src/arm/stub-cache-arm.cc:247: // Load length directly from the string.
No need for comment.

Powered by Google App Engine
This is Rietveld 408576698