??? 12/05/05 10:37 Read: times |
#104693 - optimized=ugly Responding to: ???'s previous message |
> Seems more elegant ...
Most of the time the routines optimized down to the last tick are incredibly ugly. > You could add JZ SKIP before calling the routine It would need a flag and testing that flag (another conditional jump). A very rough estimate: the saving comes less than once in 100, saves around 50 cycles; while the cost is 4 cycles per each call, 400 cycles overall. Not worth. JW |