Peephole Optimization MCQs
20 min Score: 0 Attempted: 0/20 Subscribe 1. What is the main purpose of peephole optimization? (A) To replace high-level code with machine code (B) To improve the readability of code (C) To reduce the number of instructions in the generated code by replacing small instruction sequences (D) To convert machine code into assembly code … Read more