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]
Other format: [Raw text]

Re: [ast-optimizer-branch] Simplification of Simple grammar


On Wed, 2002-03-27 at 10:26, Jan Hubicka wrote:

> Just note that code that will "higher" loops to well behaved FOR loops
> (like fortran DO loops do have) with iteration counter going from 0 to end
> would help a lot to the new loop unrolling code on cfg-branch, so we will
> not need to do so dificult analysis as old loop unrolling does.
> 
Exactly.  And if we lowered FOR loops too early we would miss the chance
of doing things like this.

Diego.


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