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

2018-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2018-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 --- Comment #9 from Martin Liška --- Author: marxin Date: Mon Nov 5 07:32:48 2018 New Revision: 265784 URL: https://gcc.gnu.org/viewcvs?rev=265784=gcc=rev Log: Fix setting of hotness in non-LTO mode (PR gcov-profile/77698). 2018-11-05 Martin

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

2018-10-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 --- Comment #8 from Martin Liška --- (In reply to Pat Haugen from comment #7) > I also see the loop now being aligned when I apply your patch. > > srdi 10,10,2 > mtctr 10 > .p2align 4,,15 > .L6: > ld 9,0(11) >

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

2018-10-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 Martin Liška changed: What|Removed |Added Target Milestone|--- |9.0

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

2018-10-09 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 --- Comment #7 from Pat Haugen --- I also see the loop now being aligned when I apply your patch. srdi 10,10,2 mtctr 10 .p2align 4,,15 .L6: ld 9,0(11) ld 8,0(4)

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

2018-10-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 Martin Liška changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #6 from Martin

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

2018-10-05 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 Pat Haugen changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

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

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2017-04-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 --- Comment #3 from Martin Liška --- (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,

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

2017-04-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 --- Comment #2 from Martin Liška --- 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

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

2017-04-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|