[Haskell-cafe] ANNOUNCE: ghc-gc-tune: a tool for analyzing the impact of GC flags

Warren Henning warren.henning at gmail.com
Tue Jul 6 13:10:25 EDT 2010


On Tue, Jul 6, 2010 at 10:07 AM, Don Stewart <dons at galois.com> wrote:
> 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


More information about the Haskell-Cafe mailing list