warren.henning:
> On Mon, Jul 5, 2010 at 5:46 PM, Don Stewart <d...@galois.com> wrote:
> > Feedback and patches welcome!
> 
> Interesting.
> 
> Could this be combined with the ACOVEA compiler flag thing you did a
> while back to produce a tool that would automatically improve
> performance of programs on a fixed architecture/environment just by
> recompiling and running it?

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 :-)

-- Don
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to