On 15 June 2010 11:00, Simon Marlow wrote:
> Here are a couple of things we should look at when the patch is in:
>
> +#ifndef GHCI_TABLES_NEXT_TO_CODE
> +outputLlvm dflags filenm flat_absC
> + = do ncg_uniqs <- mkSplitUniqSupply 'n'
> + doOutput filenm $ \f ->
> + LlvmCodeGen
On 09/06/2010 19:17, David Terei wrote:
I've got around to producing a new version of the llvm backend for
GHC. It fixes most of the issues in the first patch that people had.
For more information about the backend visit its webpage here:
http://hackage.haskell.org/trac/ghc/wiki/Commentary/Comp
Hi All,
I've got around to producing a new version of the llvm backend for
GHC. It fixes most of the issues in the first patch that people had.
For more information about the backend visit its webpage here:
http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM
I've created t