This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] speedup reg_overlap_mentioned_p
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: "Paolo Bonzini" <bonzini at gnu dot org>
- Cc: "Andreas Jaeger" <aj at suse dot de>, <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 01 Feb 2004 20:02:54 -0800
- Subject: Re: [PATCH] speedup reg_overlap_mentioned_p
- References: <401A5837.6020007@polimi.it> <m3brol601g.fsf@gromit.moeb><401A6645.7020005@polimi.it> <87y8rorn7z.fsf@codesourcery.com><001801c3e8ef$74726e30$95de1d97@philo>
"Paolo Bonzini" <bonzini@gnu.org> writes:
>> For a construct like this, I would use a 'retry:' label and a goto,
>> instead of a fake loop.
>
> Here is the updated patch.
One more change: make the name of the label 'recurse'. OK with that
change.
zw