Back to the 2019 paper
Similar questions
Compiler DesignThe method which merges the bodies of two loops is (i) Loop rolling (ii) Loop Jamming (iii) Constant folding (iv) None of the above20232m Compiler DesignChoose the correct answer of the following: By which of the following, bodies of two loops merges to form a single loop? (i) Loop Unrolling (ii) Strength Reduction (iii) Loop Concatenation (iv) Loop Fusion20232mDesign & Analysis of AlgorithmsExplain the working of merge sort algorithm with an example. Give the complexity calculation of merge sort.20227m Compiler DesignWhich optimization removes repeated computations? (i) Dead code elimination (ii) Common sub-expression elimination (iii) Loop optimization (iv) Register allocation20252m
PreviousChoose the correct answer of the following: To convert an arbitrary CFG to an LL(1) grammar (i) factor the grammar alone (ii) remove left recursion alone (iii) remove left recursion and factor the grammar (iv) None of the aboveNextWhat is an activation record? Explain how they are used to access various local and global variables.