[MLton-commit] r4403

Matthew Fluet MLton@mlton.org
Mon, 24 Apr 2006 04:47:42 -0700


Removed debugging
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/gc/debug.h

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/debug.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gc/debug.h	2006-04-24 03:37:43 UTC (rev 4402)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/debug.h	2006-04-24 11:47:41 UTC (rev 4403)
@@ -32,6 +32,6 @@
   DEBUG_THREADS = FALSE,
   DEBUG_WEAK = FALSE,
   DEBUG_WORLD = FALSE,
-  FORCE_GENERATIONAL = TRUE,
+  FORCE_GENERATIONAL = FALSE,
   FORCE_MARK_COMPACT = FALSE,
 };