The concept in which the compiler phase that improves intermediate or final code to make it run faster or use fewer resources is best known as which of these terms?
- A. Code optimization ✓
- B. Compiler
- C. Recursive descent parser
- D. Symbol table
Correct answer
A. Code optimization
Explanation
Code optimization refers to the compiler phase that improves intermediate or final code to make it run faster or use fewer resources.