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

Issue 647013: Make setting length on arrays faster. (Closed)

Created:
10 years, 10 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make setting length on arrays faster. Committed: http://code.google.com/p/v8/source/detail?r=3902

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressing Kevin's comments #

Total comments: 1

Patch Set 3 : Porting to ARM and x64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -1 line) Patch
M src/arm/ic-arm.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M src/builtins.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M src/ic.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/ic.cc View 1 2 chunks +25 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
antonm
Mads, may you have a look?
10 years, 10 months ago (2010-02-18 11:42:55 UTC) #1
Kevin Millikin (Chromium)
Some small comments. http://codereview.chromium.org/647013/diff/1/4 File src/ia32/ic-ia32.cc (right): http://codereview.chromium.org/647013/diff/1/4#newcode1468 src/ia32/ic-ia32.cc:1468: Register receiver = edx; Make these ...
10 years, 10 months ago (2010-02-18 12:08:31 UTC) #2
antonm
Thanks a lot, Kevin. On 2010/02/18 12:08:31, Kevin Millikin wrote: > Some small comments. > ...
10 years, 10 months ago (2010-02-18 12:27:55 UTC) #3
antonm
Forgotten responses. And I'd do port to other platforms if it's lgtm. http://codereview.chromium.org/647013/diff/1/4 File src/ia32/ic-ia32.cc ...
10 years, 10 months ago (2010-02-18 12:32:41 UTC) #4
Kevin Millikin (Chromium)
LGTM, with ports to the other two platform. http://codereview.chromium.org/647013/diff/1010/14 File src/builtins.h (right): http://codereview.chromium.org/647013/diff/1010/14#newcode99 src/builtins.h:99: V(StoreIC_ArrayLength, ...
10 years, 10 months ago (2010-02-18 12:45:19 UTC) #5
antonm
Kevin, Mads, port is done. I'm going to submit after I run the tests, if ...
10 years, 10 months ago (2010-02-18 16:54:21 UTC) #6
Mads Ager (chromium)
10 years, 10 months ago (2010-02-19 09:46:58 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698