Comment on The Haskell HeapparentComments−skew15yThen it sounds like you would want to learn about the runtime from this:http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts−pnathan15yThanks!It'd be nice if there was something between obscure mutterings and the compiler internal docs though, doncha think? :-)−skew15yHow about papers? Almost everything has been written up. This is the introduction to the multicore runtime:http://research.microsoft.com/en-us/um/people/simonpj/papers...
Comments
Then it sounds like you would want to learn about the runtime from this:
http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts
Thanks!
It'd be nice if there was something between obscure mutterings and the compiler internal docs though, doncha think? :-)
How about papers? Almost everything has been written up. This is the introduction to the multicore runtime:
http://research.microsoft.com/en-us/um/people/simonpj/papers...