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

Issue 7617010: Change JSObject elements to be of type FixedArrayBase (Closed)

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

Description

Change JSObject elements to be of type FixedArrayBase R=kmillikin@chromium.org BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=8927

Patch Set 1 #

Total comments: 1

Patch Set 2 : review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -10 lines) Patch
M src/objects.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/objects.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/objects-inl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
danno
9 years, 4 months ago (2011-08-11 14:32:36 UTC) #1
danno
9 years, 4 months ago (2011-08-12 10:47:22 UTC) #2
Sven Panne
9 years, 4 months ago (2011-08-12 11:11:22 UTC) #3
LGTM with a tiny stylistic issue only.

http://codereview.chromium.org/7617010/diff/1/src/objects-inl.h
File src/objects-inl.h (right):

http://codereview.chromium.org/7617010/diff/1/src/objects-inl.h#newcode1341
src/objects-inl.h:1341: return reinterpret_cast<FixedArrayBase*>(array);
static_cast might be nicer here.

Powered by Google App Engine
This is Rietveld 408576698