This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed patch
- From: Roger Sayle <roger at eyesopen dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 30 Mar 2002 23:00:11 -0700 (MST)
- Subject: Re: Unreviewed patch
On Sat, 30 Mar 2002, Richard Henderson wrote:
> On Wed, Mar 27, 2002 at 11:37:07PM -0700, Roger Sayle wrote:
> > http://gcc.gnu.org/ml/gcc-patches/2002-01/msg00145.html
> > Avoid emitting stack adjustments of zero bytes.
>
> I've applied a slightly different version of the patch.
> Primarily, don't mess around with pending_delete.
Excellent. That both simplifies the code and fixes the spurious
zero stack adjustments. Many thanks.
Roger
--