inside the GHC code generator

Rene de Visser rene_de_visser at hotmail.com
Thu Feb 23 08:19:15 EST 2006


The following link gives reasons for not generating via C

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=4zp8kn7xe.fsf_-_%40beta.franz.com

Naturally a number of these are common lisp specific, however I think that 
Haskell and GCC are quite semantically different, so using GCC might prevent 
a lot of optimizations, that aren't possible in C, but would be in GHC.

The OCAML-OPT backend is supposed to produce i386 assembly that is 
competitive with GCC. Maybe this could be ported to GHC?

Rene.




More information about the Glasgow-haskell-users mailing list