9.6: Verification and Validation of Code Optimization
Do Exercise 11.1 parts a) and b) on page 254.
This exercise will give you some practice with code optimization and is based on Chapter 11, which covers analysis and optimization. The exercise uses common subexpression elimination as an example of optimization. You can check your answers against the Answer Key.