[commit: ghc] ghc-lwc2: Added Concurrent round-robin scheduler implemented using 2 list queue. Renamed LwConc.Concurrent to LwConc.ConcurrentSequence. (e67aa43)

Sivaramakrishnan Krishnamoorthy Chandrasekaran t-sichan at microsoft.com
Fri Mar 8 19:19:49 CET 2013


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

On branch  : ghc-lwc2

http://hackage.haskell.org/trac/ghc/changeset/e67aa435513076d36446d701ea2c79392366242a

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

commit e67aa435513076d36446d701ea2c79392366242a
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Tue Mar 5 13:37:55 2013 -0500

    Added Concurrent round-robin scheduler implemented using 2 list queue. Renamed LwConc.Concurrent to LwConc.ConcurrentSequence.

 .../LwConc/{Concurrent.hs => ConcurrentList.hs}    | 40 ++++++++++++----------
 .../{Concurrent.hs => ConcurrentSequence.hs}       |  4 +--
 libraries/lwconc/lwconc.cabal                      |  3 +-
 tests/Benchmarks/Sieve/sieve-lwc.hs                |  2 +-
 4 files changed, 27 insertions(+), 22 deletions(-)


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

    git show e67aa435513076d36446d701ea2c79392366242a



More information about the ghc-commits mailing list