InterviewSolution
Saved Bookmarks
| 1. |
The method which merges the bodies of two loops is?(a) Loop rolling(b) Loop jamming(c) Constant folding(d) None of the mentioned |
|
Answer» The correct choice is (b) Loop jamming Explanation: In computer science, loop fusion (or loop jamming) is a compiler optimization and loop transformation which replaces multiple loops with a single one. |
|