[Haskell-cafe] GHC 6.7 on Windows / containers-0.1 package?

Felipe Almeida Lessa felipe.lessa at gmail.com
Fri Sep 21 16:40:59 EDT 2007


On 9/21/07, Peter Verswyvelen <bf3 at telenet.be> wrote:
>  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.


More information about the Haskell-Cafe mailing list