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/

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to