From 810693a737ba39c529c6302a963dc3d592467b5a Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Wed, 25 Apr 2012 13:12:08 +0000 Subject: [PATCH] Temporarily disable some heap verification while test failures are investigated. Review URL: https://chromiumcodereview.appspot.com/10221004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11435 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/heap.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/heap.cc b/src/heap.cc index 322a906..5ef0447 100644 --- a/src/heap.cc +++ b/src/heap.cc @@ -6142,11 +6142,6 @@ void Heap::SetStackLimits() { 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_); -- 2.7.4