Question 9
Which of the following statements correctly describes machine-independent optimizations?
They can be performed before generating target machine code.
They depend on the instruction set of the target processor.
Constant Folding is an example of machine-independent optimization.
Copy Propagation is an example of machine-independent optimization.