Normalized loop: Difference between revisions

Content deleted Content added
m General Fixes using AWB
Line 1:
In [[computer science]], a '''normalized loop''' (sometimes called well-behaved loop), is a loop which the loop variable starts at 0 (or any constant) and get incremented by one at every iteration until the exit condition is met. Normalized loops are very important for [[compiler theory]], [[loop dependence analysis]] as they simplify the [[data dependence]] analysis.
 
==Well-behaved loops==
Line 98:
* [[Vectorization (parallel computing)]]
* [[Loop dependence analysis]]
 
 
[[Category:Compiler construction]]