Hyper Dictionary

English Dictionary Computer Dictionary Thesaurus Dream Dictionary Medical Dictionary


Search Dictionary:  

Meaning of PEEPHOLE OPTIMISATION

Computing Dictionary
 
 Definition: 

A kind of code optimisation that considers only a few adjacent 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

 
 Websites: 
 

 

COPYRIGHT © 2000-2003 WEBNOX CORP. HOME | ABOUT HYPERDICTIONARY