Reviewers: danno,

Description:
Temporarily disable some heap verification while test failures are
investigated.

Please review this at https://chromiumcodereview.appspot.com/10221004/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/heap.cc


Index: src/heap.cc
===================================================================
--- src/heap.cc (revision 11432)
+++ src/heap.cc (working copy)
@@ -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

Reply via email to