Normalized loop: Difference between revisions

Content deleted Content added
Rengolin (talk | contribs)
Converting to a normalized loop: backwards loop normalized
Rengolin (talk | contribs)
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]]