[quote="BlackJack"]
edit:
ich hab mir gerade mal den
ASM-Code angeschaut, den der Delphi-Compiler daraus macht. Wieso macht der denn da so sachen wiw z.b.
statt einfach
:gruebel
Weil SUB ECX,1 schneller ist.
Aus Intels Optimization Guidelines:
Avoid instructions that unnecessarily introduce dependence-related
stalls: inc and
dec instructions, partial register operations (8/16-bit
operands).