Smoking fast Haskell code using GHC’s new LLVM codegen | Control.Monad.Writer

Smoking fast Haskell code using GHC’s new LLVM codegen | Control.Monad.Writer

瀏覽:359
日期:2024-08-18
In this post we'll play with GHC's new LLVM code generator backend, and see how much faster some Haskell programs are when compiled with LLVM instead of GCC. For the kind of loops we get from stream fusion, the -fllvm backend produced a lot better code, u...看更多