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

Issue 8620: Allow inline caching for getting the length of string wrapper objects. (Closed)

Created:
12 years, 1 month ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry, Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Allow inline caching for getting the length of string wrapper objects. Committed: http://code.google.com/p/v8/source/detail?r=608

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -24 lines) Patch
M src/ic.cc View 1 chunk +11 lines, -2 lines 0 comments Download
M src/ic-arm.cc View 2 chunks +38 lines, -13 lines 1 comment Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/stub-cache-ia32.cc View 1 chunk +33 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (chromium)
12 years, 1 month ago (2008-10-27 14:29:50 UTC) #1
Kasper Lund
LGTM.
12 years, 1 month ago (2008-10-27 14:34:55 UTC) #2
Erik Corry
12 years, 1 month ago (2008-10-27 14:41:23 UTC) #3
http://codereview.chromium.org/8620/diff/1/6
File src/ic-arm.cc (right):

http://codereview.chromium.org/8620/diff/1/6#newcode163
Line 163: Register scratch1,
This shouldn't be called scratch, since we are going to use the value later.

Powered by Google App Engine
This is Rietveld 408576698