Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
peephole optimisation



peephole optimisation

(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.

Last updated: 2008-11-17




Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.