SYNTAX ANALYSIS
ROLE OF THE PARSER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The identification of common sub-expression and replacement of run-time computations by compile time computations is
|
local optimization
|
|
loop optimization
|
|
constant folding
|
|
data flow analysis
|
Explanation:
Detailed explanation-1: -The identification of common sub-expression and replacement of run-time computations by compile-time computations isa)Local optimizationb)Loop optimizationc)Constant foldingd)Data flow analysisCorrect answer is option āCā.
There is 1 question to complete.