cvs commit: fptools/ghc/rts GC.c
Simon Marlow
simonmar at haskell.org
Wed May 11 06:47:22 EDT 2005
simonmar 2005/05/11 03:47:22 PDT
Modified files: (Branch: ghc-6-4-branch)
ghc/rts GC.c
Log:
scavenge_one: need to handle TREC_CHUNK here. It turns out that
TREC_CHUNKs are allocated as large objects on x86_64, and we didn't
handle that case in the GC.
This is already fixed on the HEAD, as part of the new handling of the
mutable list.
Revision Changes Path
1.174.2.4 +18 -0 fptools/ghc/rts/GC.c
More information about the Cvs-ghc
mailing list