Changes between Version 9 and Version 10 of LightweightConcurrency
- Timestamp:
- 05/05/12 10:22:23 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LightweightConcurrency
v9 v10 17 17 == Background - GHC's Concurrency RTS == 18 18 19 This section focuses on the concurrency part of the runtime system, and is intended to set a stage for subsequent discussions. This section also provides would-be GHC RTS hackers a summary of different parts of the concurrency system (as of GHC 7.4.1). 19 For the high-level design principle for the current scheduler, see [http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Scheduler Scheduler]. 20 20 21 21 22 == Related Work ==
