peephole optimization

Hello, you have come here looking for the meaning of the word peephole optimization. In DICTIOUS you will not only get to know all the dictionary meanings for the word peephole optimization, but we will also tell you about its etymology, its characteristics and you will know how to say peephole optimization in singular and plural. Everything you need to know about the word peephole optimization you have here. The definition of the word peephole optimization will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofpeephole optimization, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

English Wikipedia has an article on:
Wikipedia

Etymology

Coined by computer scientistWilliam Marshall McKeeman in 1965, from peephole + optimization.

Noun

peephole optimization (countable and uncountable, plural peephole optimizations)

  1. (software compilation) An optimization that works by eliminating redundant instructions from a small area of source code.
    The loop was more than twice as fast after I had applied peephole optimization.
    • 1979, P. J. Brown, editor, Software Portability: An Advanced Course, Cambridge University Press, →ISBN, page 149:
      The method of peephole optimization was described by McKeeman (1965). A simple code generator is replaced by one where short instruction sequences are replaced by ones which are shorter or faster.