summaryrefslogtreecommitdiff
path: root/rts/Capability.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-05-20 09:59:53 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-05-20 09:59:53 +0000
commitc5e611c7bba08457ededf840903208587fc958a1 (patch)
treece46542eab13b2831595a001936ee58fc4c9e335 /rts/Capability.h
parent6ffa3d7122aa1e1e43850fd9754eb7585808c4ac (diff)
downloadhaskell-c5e611c7bba08457ededf840903208587fc958a1.tar.gz
Add wiki links
Diffstat (limited to 'rts/Capability.h')
-rw-r--r--rts/Capability.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/Capability.h b/rts/Capability.h
index d8eba0d733..4b85a13c0b 100644
--- a/rts/Capability.h
+++ b/rts/Capability.h
@@ -4,6 +4,9 @@
*
* Capabilities
*
+ * For details on the high-level design, see
+ * http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Scheduler
+ *
* A Capability holds all the state an OS thread/task needs to run
* Haskell code: its STG registers, a pointer to its TSO, a nursery
* etc. During STG execution, a pointer to the Capabilitity is kept in