Consequently, we had to revise many of the tests to force the programs to perform real work. With those changes, Haskell began to fall back in speed to more moderate levels. However, in the last few releases, GHC has approached native C in performance overall.
The performance is also consistent across platforms. [For example] While Java’s HotSpot compiler makes a good showing on Intel, my AMD test machine yields consistently worse results. However, GHC performs equally well on both systems. This is great because applications written in Haskell can be reasonably expected to yield good performance on all of the common x86 platforms without customizations.
Comments gratefully appreciated. Please send them to me by any method of your choice and I'll include them here.