On Wed, Feb 24, 2010 at 01:28:56PM -0500, Edward Kmett wrote:
> > * GHC/LLVM bytecode with JIT-option?
>
> There is little preventing this one.

Oh, what a great idea!  C code being inlined into Haskell
functions! :D

If clang were used to compile the C code into LLVM IR, and
everything were linked by LLVM, bang!, the link-time optimizer
would take care of inlining cheap functions into Haskell code
that uses them.

Cheers, =)

--
Felipe.
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to