
24 Feb
2010
24 Feb
'10
8:22 p.m.
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.