Changes between Version 131 and Version 132 of LightweightConcurrency

Show
Ignore:
Timestamp:
02/24/13 14:10:34 (3 months ago)
Author:
kc
Comment:

Edited the branch name to reflect reality

Legend:

Unmodified
Added
Removed
Modified
  • LightweightConcurrency

    v131 v132  
    55This page documents the effort to move GHC's concurrency support from its current location in the C part of the runtime system (RTS) to Haskell. This works builds on Peng Li's earlier work (http://community.haskell.org/~simonmar/papers/conc-substrate.pdf). This page contains information about the design, implementation, problems and potential solutions for building user-level concurrency primitives in GHC. Currently, the focus is on user-level implementation of non-deterministic parallelism in GHC ([http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Concurrent.html Control.Concurrent]). 
    66 
    7 Lightweight concurrency implementation resides in the `ghc-lwc` branch in the git repo. 
     7Lightweight concurrency implementation resides in the `ghc-lwc2` branch in the git repo. 
    88 
    99== Introduction ==