cvs commit: fptools/ghc/rts GC.c Schedule.c
Simon Marlow
simonmar at haskell.org
Thu May 5 07:35:30 EDT 2005
simonmar 2005/05/05 04:35:30 PDT
Modified files:
ghc/rts GC.c Schedule.c
Log:
Treat the blackhole_queue as a weak list: it shouldn't keep its
elements alive, because otherwise we can't detect deadlock using the
GC. Fortunately the fix is quite simple.
Revision Changes Path
1.191 +19 -2 fptools/ghc/rts/GC.c
1.240 +17 -7 fptools/ghc/rts/Schedule.c
More information about the Cvs-ghc
mailing list