Tue Feb 28 08:37:24 PST 2006  Simon Marlow <[EMAIL PROTECTED]>
  * takeMVar/putMVar were missing some write barriers when modifying a TSO
  
  This relates to the recent introduction of clean/dirty TSOs, and the
  consqeuent write barriers required.  We were missing some write
  barriers in the takeMVar/putMVar family of primops, when performing
  the take/put directly on another TSO.
  
  Fixes #705, and probably some test failures.

    M ./ghc/rts/PrimOps.cmm +4
    M ./ghc/rts/Schedule.h -6 +6
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to