This is the mail archive of the gcc-patches@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: PING (mostly RTL/expand)


> Date: Thu, 04 Jun 2009 15:21:55 +0200
> From: Paolo Bonzini <paolo.bonzini@gmail.com>

> [PATCH] Fix rare but severe delay slot scheduling bug PR40086
> http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00811.html

As Eric B pointed out, this has been reviewed but Eric required
that I check that the correction doesn't cause significant
pessimization.  The correction only affects changes in the
second iteration, so I'm convinced that the suggested testing
will confirm that such code changes happen about as rarely as
the bug bites.  OTOH, the suggested
s/next_active_insn/next_real_insn/ change in the PR trail might
be more invasive, but that's not the submitted one.

brgds, H-P


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