[project @ 1999-02-05 14:49:22 by simonm]
authorsimonm <unknown>
Fri, 5 Feb 1999 14:49:22 +0000 (14:49 +0000)
committersimonm <unknown>
Fri, 5 Feb 1999 14:49:22 +0000 (14:49 +0000)
[ repeating commit, message got lost last time ]

  - Scavenge each older generation immediately after traversing its
    mutable list.

  - Make the first GC a major one: it doesn't cost much, and we get
    to garbage collection 'main' straight away.

  - Change the order of scavenging to try to minimise the size of
    the mutable lists.

ghc/rts/GC.c

index ffb58e9..1dab72d 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: GC.c,v 1.24 1999/02/05 14:45:42 simonm Exp $
+ * $Id: GC.c,v 1.25 1999/02/05 14:49:22 simonm Exp $
  *
  * Two-space garbage collector
  *