Normalized loop: Difference between revisions

Content deleted Content added
I added a citation
 
(One intermediate revision by one other user not shown)
Line 1:
{{multiple issues|
{{nomore referencescitations needed|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.{{factcitation needed|date=January 2018}}<ref>{{Cite web |title=Normalized hysteresis loops |url=https://www.researchgate.net/figure/Normalized-hysteresis-loops-a-hysteresis-loop-for-Py-SiNWs-deposited-at-A-18-V-H_fig5_282598676}}</ref>
 
==Well-behaved loops==
Line 105:
 
== References ==
{{Reflist}}
 
[[Category:Compiler construction]]