[project @ 2001-07-19 07:28:00 by andy]
[ghc-hetmet.git] / ghc / rts / Storage.c
index c2939d9..b2f9593 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Storage.c,v 1.37 2001/03/22 03:51:10 hwloidl Exp $
+ * $Id: Storage.c,v 1.39 2001/07/19 07:28:00 andy Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -68,6 +68,10 @@ initStorage (void)
    * fixed-size allocation area so that we get roughly even-spaced
    * samples.
    */
+
+  /* As an experiment, try a 2 generation collector
+   */
+
 #if defined(PROFILING) || defined(DEBUG)
   if (RtsFlags.ProfFlags.doHeapProfile) {
     RtsFlags.GcFlags.generations = 1;
@@ -268,7 +272,7 @@ newCAF(StgClosure* caf)
     newGA=makeGlobal(caf,rtsTrue); /*given full weight*/
     ASSERT(newGA);
   } 
-#endif PAR  
+#endif /* PAR */
 }
 
 /* -----------------------------------------------------------------------------