Revision: 11435
Author: [email protected]
Date: Wed Apr 25 06:12:08 2012
Log: Temporarily disable some heap verification while test failures are
investigated.
Review URL: https://chromiumcodereview.appspot.com/10221004
http://code.google.com/p/v8/source/detail?r=11435
Modified:
/branches/bleeding_edge/src/heap.cc
=======================================
--- /branches/bleeding_edge/src/heap.cc Wed Apr 25 04:49:31 2012
+++ /branches/bleeding_edge/src/heap.cc Wed Apr 25 06:12:08 2012
@@ -6142,11 +6142,6 @@
void Heap::TearDown() {
-#ifdef DEBUG
- if (FLAG_verify_heap) {
- Verify();
- }
-#endif
if (FLAG_print_cumulative_gc_stat) {
PrintF("\n\n");
PrintF("gc_count=%d ", gc_count_);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev