On Thursday 08 December 2005 13:11, Richard Guenther wrote:
> look at those CSE numbers!
Why do they surprise you?

> The profile generating numbers suggest we're either doing something
> stupid, or that we want some heuristics applied to not instrument
> every edge, but only interesting ones.

We already only instrument the interesting edges ;-)  We only add
instrumentation on edges that are not on a spanning tree of the CFG.
Selecting the interesting ones from that subset of all edges sounds
a bit strange, because the whole point of profiling is to _find_
those interesting edges :-P

Gr.
Steven

Reply via email to