Compiler Design

Choose the correct description of Peephole optimization.

Correct answer

D. A code optimization technique that examines a small set of adjacent instructions to replace them with a more efficient sequence.

Explanation

Peephole optimization refers to a code optimization technique that examines a small set of adjacent instructions to replace them with a more efficient sequence.