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
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc
