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: patch to reduce register pressure from strength reduction




  In message <199902030816.IAA04560@phal.cygnus.co.uk>you write:
  > This bootstrap attempt found a different problem - the assembler complained
  > about duplicate labels.  Loop unrolling had duplicated and EH region.
  > The appended patch disables unrolling when there are EH notes in the loop:
  > 
  > Wed Feb  3 08:13:38 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
  > 
  > 	* unroll.c (unroll_loop): Disable unrolling when seeing EH region
  > 	notes.
Don't install this patch.  Mark Mitchell & Andrew MacLeod have been working
on fixing the bad interactions between EH & unrolling.

Did the bootstrap otherwise succeed?

jeff


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