Saved Bookmarks
| 1. |
In computer multiple jumps are reduced according accordingly to |
Answer» 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... |
|