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

Issue 15941016: Move field index into property details, freeing up the value slot of fields. (Closed)

Created:
7 years, 6 months ago by Toon Verwaest
Modified:
7 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Move field index into property details, freeing up the value slot of fields. BUG= R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14909

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -23 lines) Patch
M src/handles.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/json-stringifier.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects-inl.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/property.h View 6 chunks +13 lines, -13 lines 0 comments Download
M src/property-details.h View 1 3 chunks +15 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 6 months ago (2013-05-31 08:37:56 UTC) #1
Jakob Kummerow
LGTM with a comment https://codereview.chromium.org/15941016/diff/1/src/property-details.h File src/property-details.h (right): https://codereview.chromium.org/15941016/diff/1/src/property-details.h#newcode238 src/property-details.h:238: class DeletedField: public BitField<uint32_t, 6, ...
7 years, 6 months ago (2013-05-31 16:44:14 UTC) #2
Toon Verwaest
Addressed comments
7 years, 6 months ago (2013-05-31 19:10:58 UTC) #3
Toon Verwaest
7 years, 6 months ago (2013-05-31 19:11:18 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r14909 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698