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: [RFC] Merge criteria for tree-ssa


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~


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