[commit: ghc] ghc-lwc2: Added MVarList (5e3b8a2)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
t-sichan at microsoft.com
Fri Mar 8 19:19:51 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
http://hackage.haskell.org/trac/ghc/changeset/5e3b8a277256d0a31c52ccb81e999f6354668b1e
>---------------------------------------------------------------
commit 5e3b8a277256d0a31c52ccb81e999f6354668b1e
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Wed Mar 6 21:26:01 2013 -0500
Added MVarList
libraries/lwconc/LwConc/ConcurrentList.hs | 18 +-
libraries/lwconc/LwConc/ConcurrentSequence.hs | 14 +-
libraries/lwconc/LwConc/MVar.hs | 18 +-
libraries/lwconc/LwConc/MVarList.hs | 241 ++++++++++++++++++++++++++
libraries/lwconc/lwconc.cabal | 1 +
rts/PrimOps.cmm | 6 -
tests/Benchmarks/Sieve/Makefile | 2 +-
7 files changed, 276 insertions(+), 24 deletions(-)
Diff suppressed because of size. To see it, use:
git show 5e3b8a277256d0a31c52ccb81e999f6354668b1e
More information about the ghc-commits
mailing list