0%

ALL meanings of peephole optimization

P p
  • abbreviation Technical meaning of PEEPHOLE OPTIMIZATION peephole optimisation 3
  • noun Definition of peephole optimization in Technology (compiler)   A kind of low-level code optimisation that considers only a few adjacent machine code instructions at a time and looks for certain combinations which can be replaced with more efficient sequences. E.g. ADD R0, #1 ADD R0, #1 (add one to register R0) could be replaced by ADD R0, #2 as long as there were no jumps to the second instruction. 1
  • noun peephole optimization (programming) An optimization that works by eliminating redundant instructions from a small area of code. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?