This is the mail archive of the gcc-patches@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: Patch [tree-ssa]: prevent edge probability overflow


On Fri, Feb 27, 2004 at 01:54:52PM -0800, Richard Henderson wrote:
> It is *not* obvious.  There are existing places that probabilities
> are manipulated.  You should be frobbing those, not random new places.

Revise that.  No idea why we're doing computation here at all.
We've found a known-taken edge.  There is now *one* outgoing edge.
We can therefore set the probability at 100%.


r~


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