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: [CFG] Get rid of jumps from unrolled loops


> Hello.
> 
> > > This patch should cause unroller to produce code without unneccessary labels
> > > inside loops. It also cleans up the code a bit. Bootstrapped on i686.
> > 
> > Will install it shortly, Thanks!
> > Did you bootstrapped Fortran as well? (current tree won't, so perhaps your patch
> > solves problem I am looking after)
> 
> No, only C.

Never mind.  I've found the bug already.  It has been hidden in typo in my fix
to delete_block yesterday :(

Honza
> 
> Zdenek


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