|
|
|
|
|
Loop-invariant Code MotionLoop-invariant code in an imperative programming language consists of statements which could be moved to before the loop (if the loop always terminates), or after the loop, without affecting the semantics of the program. Loop-invariant code motion is a compiler optimization which performs this movement automatically.
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|