[Haskell-cafe] LLVM Backend status

Erik de Castro Lopo mle+hs at mega-nerd.com
Fri Jun 28 23:58:43 CEST 2013


B B wrote:

> Great!
> Its very very nice to hear that!
> 
> Has Haskell somewhere a technical documentation focused on LLVM usage? (for
> exampel about GHC's custom calling convention)

Root page of the compiler comentary is here:

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

with info about the LLVM backend here:

    http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM

It seems the custom calling convention may only be documented in
the code.

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/



More information about the Haskell-Cafe mailing list