Compiling to ANSI C
Matthias Kilian
kili at outback.escape.de
Sun Nov 8 05:07:11 EST 2009
On Sun, Nov 08, 2009 at 10:19:26AM +0300, Bulat Ziganshin wrote:
> seems that wizards are on holiday ATM, so i will help a little - ghc
> ports are divided into registerized (working with cpu registers)
> and unregisterized (just a C code generated).
I wouldn't touch the *registerized* variant using intermediate C
files, because that means you probably would also have to modify
the evil mangler, which is -- evil.
Ciao,
Kili
More information about the Glasgow-haskell-users
mailing list