* src/mm/cacao-gc/mark.c (mark_me): Ifdefed statistics assertion.
authormichi <none@none>
Mon, 21 May 2007 10:47:48 +0000 (10:47 +0000)
committermichi <none@none>
Mon, 21 May 2007 10:47:48 +0000 (10:47 +0000)
--HG--
branch : exact-gc

src/mm/cacao-gc/mark.c
src/native/include/Makefile.am

index 15677daf28ba9bbb3688d8fc383927cc0fdb4ba0..1a8f92d9556b9f588dc582f19d9a9ca1afb76ec0 100644 (file)
@@ -333,7 +333,9 @@ void mark_me(rootset_t *rs)
 
        GC_LOG( dolog("GC: Marking finished."); );
 
+#if defined(ENABLE_STATISTICS)
        GC_ASSERT(gcstat_mark_depth == 0);
+#endif
 }
 
 
index b7a0c18835f18b6a898607259992d528cdedb92a..fd725a47b15f30e9c1762388a272870c0e6d84ab 100644 (file)
@@ -22,7 +22,7 @@
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
 ##
-## $Id: Makefile.am 7596 2007-03-28 21:05:53Z twisti $
+## $Id: Makefile.am 7601 2007-03-28 23:02:50Z michi $
 
 ## Process this file with automake to produce Makefile.in