> Also, would this situation change given the fact that they're switching to LLVM?
LLVM can both use a JIT and compile to native code. From what I've seen, ghc doesn't seem to be doing much different, so I'd assume they're compiling to native code still.
Comments
> Also, would this situation change given the fact that they're switching to LLVM?
LLVM can both use a JIT and compile to native code. From what I've seen, ghc doesn't seem to be doing much different, so I'd assume they're compiling to native code still.