Computer Science, asked by payalgond3345, 10 months ago

Justify the characteristics of peephole optimization?

Answers

Answered by harshsinha20
0

Peephole optimization is a simple and effective technique for locally improving target code. This technique is applied to improve the performance of the target program by examining the short sequence of target instructions (called the peephole) and replace these instructions replacing by shorter or faster sequence whenever possible. Peephole is a small, moving window on the target program.

Similar questions