Menu

Code Optimization Questions

MCQ
11.
The identification of common sub-expression and replacement of run time computations by compile-time computations is------
forum Discussion
MCQ
12.
Which of the following class of statement usually produces no executable code when compiled?
forum Discussion
MCQ
13.
Code optimization is responsibility of--------
forum Discussion
MCQ
14.
Dead-code elimination in machine code optimization refersto -----------
forum Discussion
MCQ
15.
Which of the following statement is false?
forum Discussion
MCQ
16.
-------- is the final phase of compiler.
forum Discussion
MCQ
17.
Consider the following intermediate program in three address codep = a - b
q = p * c
p = u * v
q = p + q
Which one of the following corresponds to a static single assignment form of the above code?
forum Discussion
MCQ
18.
Some code optimizations are carried out on the intermediate code because------
forum Discussion
MCQ
19.
Peephole optimization is form of------
forum Discussion
MCQ
20.
In compiler terminology reduction in strength means-----
forum Discussion