This is the mail archive of the gcc-bugs@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]

[Bug gcov-profile/77698] Unrolled loop not considered hot after profiling


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #2)
> One another observation, working sets are wrong as they do not respect # of
> runs:
> 
> 1 run:
> threshold = 1, sum_all=190579
> 
> 10 tuns:
> threshold = 10, sum_all=1905790

Ahh, no it's correct as the counters are also growing with multiple runs.

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