slovo | definícia |
peephole (encz) | peephole,kukátko n: (ve dveřích) Petr Prášek |
peephole (encz) | peephole,průzor n: parkmaj |
Peephole (gcide) | Peephole \Peep"hole`\, n.
A hole, or crevice, through which one may peep without being
discovered.
[1913 Webster] |
peephole (wn) | peephole
n 1: a hole (in a door or an oven etc) through which you can
peep [syn: peephole, spyhole, eyehole] |
| podobné slovo | definícia |
Peephole (gcide) | Peephole \Peep"hole`\, n.
A hole, or crevice, through which one may peep without being
discovered.
[1913 Webster] |
peephole optimisation (foldoc) | peephole optimisation
peephole optimization
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.
(2008-11-17)
|
peephole optimization (foldoc) | peephole optimisation
peephole optimization
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.
(2008-11-17)
|
|