語言選擇:
免費網上英漢字典|3Dict

peephole optimisation

資料來源 : Free On-Line Dictionary of Computing

peephole optimisation
     
         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
     
        (1995-03-28)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z