This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix profiledbootstrap and rest of bprob failures


Jan Hubicka wrote:

> !       /* As a last resolt, distribute the probabilities evenly.

typo, "resort"

> ! Use simple heuristics that if there are normal edges,
>   give all abnormals frequency of 0, otherwise distribute the
>   frequency over abnormals (this is the case of noreturn
>   calls).  */
> !       else if (profile_status == PROFILE_ABSENT)
>   {
>     int total = 0;


Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]