Edit Commentary/Rts authored by Simon Marlow's avatar Simon Marlow
......@@ -32,6 +32,7 @@ Next, we try to make sense of how it all fits together.
## RTS: Contents
- [RTS Configurations](commentary/rts/config)
- [The Word](commentary/rts/word)
- [What the hell is a {{{.cmm}}} file?](commentary/rts/cmm)
- [Layout of heap objects](commentary/rts/heap-objects)
- [Haskell Execution](commentary/rts/haskell-execution)
......
......