------- Comment #3 from steven at gcc dot gnu dot org 2007-04-13 22:41 ------- I've tried a couple of different ways to use branch predictions for partitioning, but it never leads to meaningful results. Either everything is hot or everything is cold. I don't know what else to do about this.
I'm actually tempted to claim this is a WONTFIX because "hot" and "cold" are not meaningful without profile information. Thoughts, anyone? -- steven at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|steven at gcc dot gnu dot |unassigned at gcc dot gnu |org |dot org Status|ASSIGNED |NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26493