This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR10060
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 8 Dec 2003 02:29:16 -0800
- Subject: Re: [PATCH] Fix PR10060
- References: <89347FBA-B55F-11D7-9ACD-000393A6D2F2@physics.uc.edu> <20030730200912.GA27426@redhat.com> <91AAC5E1-2909-11D8-9E32-000393A6D2F2@physics.uc.edu>
On Sun, Dec 07, 2003 at 03:03:28PM -0800, Andrew Pinski wrote:
> * emit-rtl.c (copy_rtx_if_shared): Split out into ...
> (copy_rtx_if_shared_1): here and optimize the last one
> in the sequence into tail-recursion.
> (reset_used_flags): Optimize the last one
> in the sequence into tail-recursion.
Ok.
r~