This is the mail archive of the gcc@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: Loop unrolling


> 2) Determining whether a loop is empty or not needs some kind of
>    register lifetime information.  Last I looked, this was not
>    reliable at the time of loop unrolling.  If this is no longer true,
>    then I can resurrect some code to do this.

As long as the end value o the loop counter can be calculated, this is
no problem.


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