Content deleted Content added
→Converting to a normalized loop: backwards loop normalized |
→Impossible conversions: see also |
||
Line 87:
Another danger of such loops appear if the evaluation depends on the data being modified. For instance, a normal error when using iterators is to remove items from a list while modifying it, or relying on sizes (for exit condition) that are not true any more.
== See also ==
* [[Dependence analysis]]
* [[Loop transformation]]
* [[Loop splitting]]
* [[Loop fusion]]
* [[Loop interchange]]
* [[Loop skewing]]
* [[automatic parallelization]]
* [[Vectorization_(computer_science)]]
* [[Loop dependence analysis]]
|