Content deleted Content added
m →Converting to a normalized loop: Typo fixing, replaced: fist → first using AWB |
cleanup templates |
||
Line 1:
{{multiple issues|
In [[computer science]], a '''normalized loop''' (sometimes called well-behaved loop), is a loop in which the loop variable starts at 0 (or any constant) and gets 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.▼
{{no references|date=January 2018}}
{{original research|date=January 2018}}
}}
▲In [[computer science]], a '''normalized loop''' (sometimes called well-behaved loop), is a loop in which the loop variable starts at 0 (or any constant) and gets 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.{{fact|date=January 2018}}
==Well-behaved loops==
|