From: simonm Date: Fri, 5 Feb 1999 14:49:22 +0000 (+0000) Subject: [project @ 1999-02-05 14:49:22 by simonm] X-Git-Tag: Approximately_9120_patches~6593 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f30339445724f48bb252485b8eac850a4dc9a9ae;hp=3e8ab4c02d81252a1ed5deab19426270d85a9905;p=ghc-hetmet.git [project @ 1999-02-05 14:49:22 by simonm] [ 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. --- diff --git a/ghc/rts/GC.c b/ghc/rts/GC.c index ffb58e9..1dab72d 100644 --- a/ghc/rts/GC.c +++ b/ghc/rts/GC.c @@ -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 *