PoC
object cb978f2211a1dad0eb2da1716073996c20f78f0d
authorBernhard Urban <lewurm@gmail.com>
Wed, 21 Mar 2012 16:48:43 +0000 (17:48 +0100)
Proof of Concept done

we showed that several basics needed for a jit compiler works quite fine with haskell:
- codegeneration at run time works
- we can switch from haskell rts to native code
- we can escape from native to haskell rts (via C ffi)
- we can patch code