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: merging for 3.4 (was Re: [Patch] Qualify min(), max() ...)


Jan Hubicka wrote:-

> Except that I don't see easy easy way to get it faster except for fixing
> some design defects (like using tree SSA :) that require quite a lot of
> effort

There must be ways of getting it faster.  lcc is a *lot* faster, a lot
smaller, and doesn't produce code that is much worse.  Its parser is well-
written; I'd bet it's faster than LCC's CPP.  Most of our parser problems
come from a poor tree IL and bison.

I vote we force GCC developers to bootstrap on 100MHz Pentia for 1 year.

Neil.


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