top | item 1137366

(no title)

bts | 16 years ago

But that link only says that via-C is being dropped which, as I understand it, is not currently the default backend -- NGC is[1]. This means that (1) via-C is being dropped; (2) NCG (native code generator) has been, and is still the default; and (3) this LLVM backend support is currently being considered to be merged in.

[1] http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler...

discuss

order

dons|16 years ago

That's right. The GCC (-fvia-C) is being dropped in favor of LLVM. Work on the native codegen continues separately.