Has something about -prof -auto-all changed in GHC 7?

Ian Lynagh igloo at earth.li
Tue Oct 19 07:44:01 EDT 2010


On Mon, Oct 18, 2010 at 10:05:02PM -0700, Bryan O'Sullivan wrote:
> On Tue, Oct 12, 2010 at 2:08 AM, Simon Marlow <marlowsd at gmail.com> wrote:
> 
> > Nothing has changed in this area that I'm aware of.  Could you give more
> > details?
> >
> 
> Sure. I'm building darcs HEAD of the text library using both 6.12.3 and 7:
> 
> I've attached samples of the .prof files generated by each version of GHC so
> you can see the rather dramatic difference. To my eye, it looks like
> something is quite wrong with the version from 7.

There was a bug where functions with monotypes were not getting SCCs;
fixed by:

Mon Oct 18 16:39:57 BST 2010  Ian Lynagh <igloo at earth.li>
  * Fix -auto-all: Add SCCs to IDs which have a monotype too


Thanks
Ian



More information about the Glasgow-haskell-users mailing list