This is the mail archive of the gcc@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: if-conversion/HOT-COLD partitioning


On Thu, Oct 25, 2012 at 4:10 PM, Christophe Lyon wrote:
> It looks like something is wrong with the CFG:
>
>        |
>    19 (COLD)
>     /     \
>    /       \
> 20 (COLD)  21 (COLD)
>    \       /
>     \     /
>      22 (HOT)

So the partitioning is messed up, the above makes no sense. Where does
it come from?


> I understand; the problem is that I am not allowed to publish the
> input code leading to this situation :-(

SPEC GAP is maybe not GPL, I don't know. But the "official" GAP is
GPLv2 so you may be able to produce a test case from that code base
instead. The problem is that this bug only triggers with some profile
data, but you could attach gcda/gcno files to a PR.

Ciao!
Steven


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