Saved Bookmarks
| 1. |
What Is Code Motion? |
|
Answer» CODE motion is an optimization technique in which amount of code in a loop is DECREASED. This transformation is applicable to the expression that YIELDS the same RESULT independent of the number of times the loop is executed. Such an expression is placed before the loop. Code motion is an optimization technique in which amount of code in a loop is decreased. This transformation is applicable to the expression that yields the same result independent of the number of times the loop is executed. Such an expression is placed before the loop. |
|