>>24
Uh, no, actually GHC produces faster code with its naitive compiler than with the C compiler. Which makes sense, since GHC can better represent Haskell by deciding itself how to represent it in the machine, than GCC can by trying to "infer" GHC's intent for how the code should be represented by the machine via C.