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

Issue 10412030: Merging ContentArray into DescriptorArray (Closed)

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

Description

Merging ContentArray into DescriptorArray Committed: https://code.google.com/p/v8/source/detail?r=11703

Patch Set 1 #

Patch Set 2 : Fixing Mark-Compact for merged Content/DescriptorArray #

Patch Set 3 : Fix unused variable in release mode #

Total comments: 8

Patch Set 4 : Fixes based on Florians comments #

Patch Set 5 : Rebase to get Danno's elements-transition changes #

Patch Set 6 : merged patchset #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -73 lines) Patch
M src/mark-compact.cc View 1 2 3 4 5 1 chunk +26 lines, -12 lines 4 comments Download
M src/objects.h View 1 2 3 4 5 9 chunks +27 lines, -15 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 4 chunks +5 lines, -29 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 5 chunks +19 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
8 years, 7 months ago (2012-05-22 10:28:30 UTC) #1
Florian Schneider
I like the change. Some formatting drive-by comments: https://chromiumcodereview.appspot.com/10412030/diff/4001/src/mark-compact.cc File src/mark-compact.cc (right): https://chromiumcodereview.appspot.com/10412030/diff/4001/src/mark-compact.cc#newcode1898 src/mark-compact.cc:1898: mark_compact_collector()->RecordSlot(descriptor_start, ...
8 years, 7 months ago (2012-05-22 16:53:09 UTC) #2
Michael Starzinger
LGTM (just a nit). I like that change. https://chromiumcodereview.appspot.com/10412030/diff/13002/src/mark-compact.cc File src/mark-compact.cc (right): https://chromiumcodereview.appspot.com/10412030/diff/13002/src/mark-compact.cc#newcode1873 src/mark-compact.cc:1873: if ...
8 years, 6 months ago (2012-06-01 14:03:15 UTC) #3
Toon Verwaest
8 years, 6 months ago (2012-06-04 07:30:45 UTC) #4
https://chromiumcodereview.appspot.com/10412030/diff/13002/src/mark-compact.cc
File src/mark-compact.cc (right):

https://chromiumcodereview.appspot.com/10412030/diff/13002/src/mark-compact.c...
src/mark-compact.cc:1873: if (descriptors->HasEnumCache()) {
On 2012/06/01 14:03:15, Michael Starzinger wrote:
> It's important that we don't forget to mark every object that could be
> referenced from the header. So a comment about this block explaining that
might
> be a good idea.

Done.

https://chromiumcodereview.appspot.com/10412030/diff/13002/src/mark-compact.c...
src/mark-compact.cc:1900: *value_slot);
On 2012/06/01 14:03:15, Michael Starzinger wrote:
> Just pass "value" as the third parameter here.

Done.

Powered by Google App Engine
This is Rietveld 408576698