[RFC] Merge criteria for tree-ssa

Richard Henderson rth@redhat.com
Thu Feb 5 23:59:00 GMT 2004


On Fri, Feb 06, 2004 at 12:24:02AM +0100, Jan Hubicka wrote:
> THat means that tree-ssa happens to inline fewer
> functions so you get kind of apples-to-orranges comparsion.

No, it isn't.  The metric is "time".  There is, fortunately, a
widely accepted standard for this metric.

The user doesn't care about inlining, limits or otherwise.
The user cares about the end results.

If tree-ssa has a side effect that causes some internal widget
to change that affects one of the external visible metrics of
"compile time" or "run time", then that's what we have to deal with.

Yes, the internal widget that changed makes it more difficult
for us to analyze what went wrong, or what needs changing, or
that the bottlenecks are.  But that's just too bad.


r~



More information about the Gcc mailing list