in computer multiple jumps are reduced according accordingly to
Answers
Answered by
0
In computers, multiple jumps are reduced according to the peephole optimization technique.
• Peephole optimization is an optimization method made on a small set of compiler-generated commands; the small set is recognized as the peephole or window.
• Peephole optimization includes changing the small set of commands to a corresponding set that has improved performance.
Hope it helped...
Similar questions