
21 Sep
2007
21 Sep
'07
8:40 p.m.
On 9/21/07, Peter Verswyvelen
Since I'm used to write heavily multi-threaded/multi-core code in imperative languages, I would like to understand more about the existing execution models, and those "black holes"... Understanding the low-level details helps a lot for me.
I think you want to know about the STG, the Spineless Tagless G-Machine. If I'm correct, that's how GHC works behind the scenes. -- Felipe.