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

Issue 10827037: Extending map verification to also verify LastAdded/DescriptorArray consistency. (Closed)

Created:
8 years, 4 months ago by Toon Verwaest
Modified:
8 years, 4 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Extending map verification to also verify LastAdded/DescriptorArray consistency. Removed ASSERT now subsumed by extended map verification. Committed: https://code.google.com/p/v8/source/detail?r=12204

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M src/heap.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-debug.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
PTAL.
8 years, 4 months ago (2012-07-26 14:33:51 UTC) #1
danno
8 years, 4 months ago (2012-07-26 14:42:09 UTC) #2
LGTM with nits

http://codereview.chromium.org/10827037/diff/1/src/objects-debug.cc
File src/objects-debug.cc (right):

http://codereview.chromium.org/10827037/diff/1/src/objects-debug.cc#newcode309
src/objects-debug.cc:309: NumberOfSetDescriptors());
How about NumberOfOwnDescriptors, or just use number_of_descriptors().

Powered by Google App Engine
This is Rietveld 408576698