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

Issue 7400020: Implement setting the length of FixedDoubleArrays. (Closed)

Created:
9 years, 5 months ago by danno
Modified:
9 years, 5 months ago
CC:
v8-dev, Jakob Kummerow
Visibility:
Public.

Description

Implement setting the length property for FixedDoubleArrays. R=ager@chromium.org BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=8683

Patch Set 1 #

Patch Set 2 : fix nits #

Total comments: 4

Patch Set 3 : review feedback #

Patch Set 4 : more review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -50 lines) Patch
M src/objects.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 chunks +49 lines, -17 lines 0 comments Download
M src/objects-inl.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 1 2 3 3 chunks +98 lines, -32 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
danno
Please review.
9 years, 5 months ago (2011-07-19 07:55:20 UTC) #1
Mads Ager (chromium)
http://codereview.chromium.org/7400020/diff/4001/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/7400020/diff/4001/src/objects.cc#newcode7575 src/objects.cc:7575: FixedArray::OffsetOfElementAt(value); Shouldn't this be FixedDoubleArray::OffsetOfElementAt to not have the ...
9 years, 5 months ago (2011-07-19 09:23:05 UTC) #2
danno
Please take another look. http://codereview.chromium.org/7400020/diff/4001/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/7400020/diff/4001/src/objects.cc#newcode7575 src/objects.cc:7575: FixedArray::OffsetOfElementAt(value); Oh, heavens. Good catch. ...
9 years, 5 months ago (2011-07-19 15:47:19 UTC) #3
Mads Ager (chromium)
9 years, 5 months ago (2011-07-19 15:50:06 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698