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: [patch] Empty loop removal


On Thu, 30 Jun 2005, Zdenek Dvorak wrote:
> this patch implements removal of finite empty loops.  Unlike the
> previous version of the patch that worked by transfering information
> about finiteness of the loop to DCE, this version removes the loops
> directly.  This makes it safer and less likely to cause bugs, although
> possibly a bit weaker; nevertheless, on the practical cases there should
> be no difference.

Does the part on "``empty'' loops" in doc/trouble.texi need updating
now?

Gerald


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