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

Issue 11085070: Enable --verify-heap in release mode (Closed)

Created:
8 years, 2 months ago by mvstanton1
Modified:
8 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Enable --verify-heap in release mode R=mstarzinger@chromium.org BUG=v8:2120

Patch Set 1 #

Patch Set 2 : After rebase plus one new issue fix #

Total comments: 21

Patch Set 3 : Responded to my own comments. #

Patch Set 4 : Addressing Danno's comment #

Patch Set 5 : A couple of verification functions weren't behind the new #define. #

Total comments: 24

Patch Set 6 : More comment response, thx! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -468 lines) Patch
M Makefile View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M build/common.gypi View 1 2 3 3 chunks +10 lines, -4 lines 0 comments Download
M src/assembler.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M src/assembler.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M src/heap.h View 1 2 3 4 5 4 chunks +19 lines, -6 lines 0 comments Download
M src/heap.cc View 1 2 3 4 5 21 chunks +43 lines, -31 lines 0 comments Download
M src/heap-inl.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M src/incremental-marking.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 1 2 3 4 13 chunks +18 lines, -14 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 67 chunks +82 lines, -189 lines 0 comments Download
M src/objects.cc View 1 2 3 4 chunks +22 lines, -8 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 4 5 19 chunks +99 lines, -113 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 5 chunks +10 lines, -14 lines 0 comments Download
M src/runtime.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/spaces.h View 1 2 3 6 chunks +21 lines, -14 lines 0 comments Download
M src/spaces.cc View 1 2 3 4 5 16 chunks +55 lines, -46 lines 0 comments Download
M src/store-buffer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/store-buffer.cc View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 1 2 3 1 chunk +3 lines, -6 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
mvstanton1
please review, thx!
8 years, 2 months ago (2012-10-11 11:00:13 UTC) #1
mvstanton1
Hi Michael, now the patch is ready post-rebase.
8 years, 2 months ago (2012-10-11 12:16:25 UTC) #2
mvstanton1
added comments. http://codereview.chromium.org/11085070/diff/3001/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/11085070/diff/3001/src/heap.cc#newcode339 src/heap.cc:339: new_space_.bottom()); oops, should not have checked in ...
8 years, 2 months ago (2012-10-11 12:22:44 UTC) #3
danno
DBC: We should keep a build flag (VERIFY_HEAP_CODE?) to conditionally add-in the verification code, but ...
8 years, 2 months ago (2012-10-11 12:24:59 UTC) #4
Michael Starzinger
First round of comments and nits. https://codereview.chromium.org/11085070/diff/3001/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/11085070/diff/3001/src/flag-definitions.h#newcode572 src/flag-definitions.h:572: Also drop the ...
8 years, 2 months ago (2012-10-11 12:42:46 UTC) #5
mvstanton1
On 2012/10/11 12:24:59, danno wrote: > DBC: We should keep a build flag (VERIFY_HEAP_CODE?) to ...
8 years, 2 months ago (2012-10-11 19:36:44 UTC) #6
mvstanton1
Hi guys, updated to 1) make it behind a build flag, 2) include deep object ...
8 years, 2 months ago (2012-10-12 08:40:50 UTC) #7
Michael Starzinger
LGTM (with a bunch of nits). http://codereview.chromium.org/11085070/diff/17001/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/11085070/diff/17001/src/heap.cc#newcode382 src/heap.cc:382: Two empty newlines ...
8 years, 2 months ago (2012-10-12 10:53:15 UTC) #8
mvstanton1
addressed comments. http://codereview.chromium.org/11085070/diff/17001/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/11085070/diff/17001/src/heap.cc#newcode382 src/heap.cc:382: On 2012/10/12 10:53:16, Michael Starzinger wrote: > ...
8 years, 2 months ago (2012-10-12 11:16:27 UTC) #9
Michael Starzinger
8 years, 2 months ago (2012-10-12 11:58:16 UTC) #10

Powered by Google App Engine
This is Rietveld 408576698