Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
c5e611c7
Commit
c5e611c7
authored
May 20, 2010
by
Simon Marlow
Browse files
Add wiki links
parent
6ffa3d71
Changes
2
Hide whitespace changes
Inline
Side-by-side
rts/Capability.h
View file @
c5e611c7
...
...
@@ -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
...
...
rts/Task.h
View file @
c5e611c7
...
...
@@ -4,6 +4,9 @@
*
* Tasks
*
* For details on the high-level design, see
* http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Scheduler
*
* -------------------------------------------------------------------------*/
#ifndef TASK_H
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment