COMPUTER SCIENCE AND ENGINEERING
COMPILER DESIGN
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Substitution of values for names whose values are constant, is done in
|
local optimization
|
|
loop optimization
|
|
constant folding
|
|
none of these
|
Explanation:
Detailed explanation-1: -Constant propagation is the process of substituting the values of known constants in expressions at compile time.
There is 1 question to complete.