Haskell Dynamic Loading with -fllvm

Niklas Larsson metaniklas at gmail.com
Wed Dec 12 17:01:15 CET 2012


2012/12/11 Nathaniel Neitzke <nightski at gmail.com>:
> The problem is that the modules must be compiled with full optimizations
> (including -fllvm) or web service operations take minutes instead of <
> second to execute at run time.

Such a big difference between the native codegen and LLVM on an
optimized build sounds strange. Are you sure you are comparing
equivalent flags otherwise?



More information about the Glasgow-haskell-users mailing list