InterviewSolution
Saved Bookmarks
| 1. |
The optimization which avoids test at every iteration is?(a) Loop unrolling(b) Loop jamming(c) Constant folding(d) None of the mentionedThe question was posed to me in final exam.This intriguing question comes from Bottom-Up Parsing-2 topic in chapter Bottom Up Parsing of Compiler |
|
Answer» RIGHT ANSWER is (a) Loop unrolling To EXPLAIN: EXECUTION speed is enhanced by sacrificing bits. |
|