Re: -freorder-function is broken

2011-08-03 Thread Jan Hubicka
On Fri, Jul 29, 2011 at 10:10 AM, Xinliang David Li wrote: The attached patch fixed the problem. The root cause of the problem is due to the ordering change of profile_estimation and tree_profile pass. In trunk, the function/node frequency is not computed after profile annotation is done lea

Re: -freorder-function is broken

2011-08-03 Thread Xinliang David Li
Ping. David On Fri, Jul 29, 2011 at 10:10 AM, Xinliang David Li wrote: > The attached patch fixed the problem. The root cause of the problem is > due to the ordering change of profile_estimation and tree_profile > pass. In trunk, the function/node frequency is not computed after > profile annota

-freorder-function is broken

2011-07-29 Thread Xinliang David Li
The attached patch fixed the problem. The root cause of the problem is due to the ordering change of profile_estimation and tree_profile pass. In trunk, the function/node frequency is not computed after profile annotation is done leading to missing information. Another side effect of this breakage