Re: [Haskell-cafe] Some great results on fused code with the LLVM backend

2010-02-22 Thread Jesper Louis Andersen
On Mon, Feb 22, 2010 at 2:57 AM, Don Stewart d...@galois.com wrote: I tried out some of the vector and uvector fusion benchmarks with the new LLVM backend and got some great results for the tight loops generated through fusion. This is excellent news! The LLVM backend looks very promising

[Haskell-cafe] Some great results on fused code with the LLVM backend

2010-02-21 Thread Don Stewart
I tried out some of the vector and uvector fusion benchmarks with the new LLVM backend http://donsbot.wordpress.com/2010/02/21/smoking-fast-haskell-code-using-ghcs-new-llvm-codegen/ and got some great results for the tight loops generated through fusion. Up to 2x faster than gcc -O3 in some