This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Improve computed goto handling
On Fri, 2003-10-17 at 08:29, Gerald Pfeifer wrote:
> On Fri, 17 Oct 2003, Andrew MacLeod wrote:
> > Absolutely. I've been using it to find wasted time in the various
> > optimizations. Now I have to go find a new victim file :-)
>
> PR8361 and PR12524, respectively. :-)
>
Got them already :-). Thats a different beast however. I already have
them running faster than mainline in user time, but our memory
consumption is killing us with tonnes of page faults so we're totally
dominated by system time. Its pretty much next on my list to look at.
I think its going to be tougher tho.
Andrew