[commit: ghc] ghc-lwc2: Added PTM library (4ed742a)

Sivaramakrishnan Krishnamoorthy Chandrasekaran t-sichan at microsoft.com
Sat Apr 27 04:23:04 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : ghc-lwc2

https://github.com/ghc/ghc/commit/4ed742a7d5f58727ae5851c543bf769f22031008

>---------------------------------------------------------------

commit 4ed742a7d5f58727ae5851c543bf769f22031008
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Fri Apr 26 21:57:49 2013 -0400

    Added PTM library

 libraries/base/LwConc/Substrate.hs                 |   7 +
 libraries/lwconc/LwConc/PTM.hs                     |  45 +++++
 libraries/lwconc/LwConc/PTM/TArray.hs              |  67 +++++++
 libraries/lwconc/LwConc/PTM/TBQueue.hs             | 179 +++++++++++++++++++
 libraries/lwconc/LwConc/PTM/TChan.hs               | 198 +++++++++++++++++++++
 .../lwconc/LwConc/PTM}/TMVar.hs                    |  49 +++--
 libraries/lwconc/LwConc/PTM/TQueue.hs              | 136 ++++++++++++++
 libraries/lwconc/LwConc/PTM/TSem.hs                |  53 ++++++
 libraries/lwconc/LwConc/PTM/TVar.hs                |  90 ++++++++++
 libraries/lwconc/LwConc/Sequential/PTM.hs          | 100 +++++++++++
 libraries/lwconc/lwconc.cabal                      |  10 ++
 11 files changed, 923 insertions(+), 11 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 4ed742a7d5f58727ae5851c543bf769f22031008



More information about the ghc-commits mailing list