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]

Re: Stabilization on the ARM: an unrolling bug


Jeffrey A Law writes:

 > So, it sounds like we're depending on design, not luck when we assume that
 > the label at the start of the loop is only referenced by back edges in the
 > loop.  I feel much better now ;-)

This certainly simplifies things.

However, this may not work if we veer away from using the loop note
hints provided by the front end.  I'm starting to warm to this idea
where the loop optimizer detects loops from the CFG.  It does seem
to be less ad hoc than the current method.

 > Please install your last patch.

OK, will do.

Michael.


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