Question:

Which optimization technique is used to reduce the multiple jumps?

Show Hint

Peephole optimization reduces instruction count by replacing small patterns with efficient ones.
Updated On: June 02, 2025
  • Local optimization
  • Pigeonhole optimization
  • Peephole optimization
  • Global code optimization
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Peephole optimization inspects small sequences of instructions (a "peephole") to identify patterns and replace them with more efficient ones, often reducing jumps.
Was this answer helpful?
0
0

TS PGECET Notification