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/80952] gcc 7.1.1 has a drastic performance downgrade using "-fprofile-arcs" compared to 6.3.1 version


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

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Yep, there's my initial attempt to do that:
https://patchwork.ozlabs.org/patch/685796/

But as I discussed with Richi, he prefers more generic approach to have local
counters being updated at function exits.

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