Hello Peter, Sunday, May 18, 2008, 4:47:22 PM, you wrote:
> If I understood it correctly, the current garbage collector of GHC > is single threaded, which really hinders SMP > > Any plans on improving this or workarounds? workaround - decrease GC times. read GHC manual for switches that control it. in particular, try +RTS -A10m afair, multithreaded gc was already implemented and should be shipped with ghc 6.10 -- Best regards, Bulat mailto:[EMAIL PROTECTED] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
