
6 Jul
2010
6 Jul
'10
1:10 p.m.
On Tue, Jul 6, 2010 at 10:07 AM, Don Stewart
A bit longer term, but yes. So far I've got individual approaches for improving performance by finding:
* inlining points * strictness flags * `par` points * LLVM flags * RTS GC flags
They just need to be integrated into a coherent set of tools and written up :-)
Sweet. Good project for someone new to Haskell? The code to ghc-gc-tune is one file and looks quite imperative in a lot of parts o_O