Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-lwc
http://hackage.haskell.org/trac/ghc/changeset/a51ce194ecaf598ded3cdbf065b1a470e029ccab >--------------------------------------------------------------- commit a51ce194ecaf598ded3cdbf065b1a470e029ccab Author: KC Sivaramakrishnan <[email protected]> Date: Sat Jun 2 23:55:56 2012 -0400 PTM retry implemented. swapMVar, readMVar implemented. compiler/prelude/primops.txt.pp | 8 +++- includes/mkDerivedConstants.c | 1 + includes/rts/storage/TSO.h | 7 +-- libraries/base/LwConc/Substrate.hs | 10 +++- libraries/lwconc/LwConc/MVar.hs | 78 +++++++++++++++++++++++++++++++++-- rts/PrimOps.cmm | 6 +++ rts/Schedule.c | 2 +- rts/Threads.c | 23 +++++++++-- rts/Threads.h | 2 + 9 files changed, 118 insertions(+), 19 deletions(-) Diff suppressed because of size. To see it, use: git show a51ce194ecaf598ded3cdbf065b1a470e029ccab _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
