Re: [PATCH] Fix setting of hotness in non-LTO mode (PR gcov-profile/77698).

2018-11-04 Thread Jeff Law
On 10/9/18 6:37 AM, Martin Liška wrote: > Hi. > > In non-LTO mode, we should not set hotness according to computed histogram > in ipa-profile. Following patch does that and fixes the test-case isolated > from PR. > > Patch survives regression tests on x86_64-linux-gnu. > Ready for trunk? > Thanks

Re: [PATCH] Fix setting of hotness in non-LTO mode (PR gcov-profile/77698).

2018-10-23 Thread Martin Liška
PING^1 On 10/9/18 2:37 PM, Martin Liška wrote: > Hi. > > In non-LTO mode, we should not set hotness according to computed histogram > in ipa-profile. Following patch does that and fixes the test-case isolated > from PR. > > Patch survives regression tests on x86_64-linux-gnu. > Ready for trunk?

[PATCH] Fix setting of hotness in non-LTO mode (PR gcov-profile/77698).

2018-10-09 Thread Martin Liška
Hi. In non-LTO mode, we should not set hotness according to computed histogram in ipa-profile. Following patch does that and fixes the test-case isolated from PR. Patch survives regression tests on x86_64-linux-gnu. Ready for trunk? Thanks, Martin gcc/ChangeLog: 2018-10-09 Martin Liska