language-icon Old Web
English
Sign In

Loop inversion

In computer science, loop inversion is a compiler optimization and loop transformation in which a while loop is replaced by an if block containing a do..while loop. When used correctly, it may improve performance due to instruction pipelining. In computer science, loop inversion is a compiler optimization and loop transformation in which a while loop is replaced by an if block containing a do..while loop. When used correctly, it may improve performance due to instruction pipelining.

[ "Compiler", "Parallel computing", "Programming language", "loop", "Conditional loop", "Loop splitting", "Loop counter" ]
Parent Topic
Child Topic
    No Parent Topic