Re: Added better handling of outdated profile data. (issue 5989046)

2012-07-09 Thread asharif
On 2012/04/24 22:14:17, asharif wrote: Ping? Ping. I also filed a bug here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53547 Here is the formatted ChangeLog in case you want a summary of what I did: * gcc/ipa-inline.c (edge_badness): Make sure profile is valid before using it to

Re: Added better handling of outdated profile data. (issue 5989046)

2012-07-09 Thread Steven Bosscher
On Mon, Jul 9, 2012 at 3:23 PM, asha...@chromium.org wrote: I also filed a bug here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53547 Why are you compiling from a different source code base with profile-use than with profile-generate? I'm surprised this works at all, I would have expected GCC

Re: Added better handling of outdated profile data. (issue 5989046)

2012-04-24 Thread asharif
Ping? Here is the formatted ChangeLog in case you want a summary of what I did: * gcc/ipa-inline.c (edge_badness): Make sure profile is valid before using it to compute badness. * gcc/predict.c (maybe_hot_frequency_p): Ditto. (cgraph_maybe_hot_edge_p): Ditto. (maybe_hot_edge_p): Ditto.

Re: Added better handling of outdated profile data. (issue 5989046)

2012-04-10 Thread asharif
On 2012/04/05 18:53:28, asharif wrote: Jan, please take a look and provide some feedback. Thanks, Ping? http://codereview.appspot.com/5989046/