int opEquals(Object), and other legacy ints (!)

Lionello Lunesu lio at lunesu.remove.com
Mon Aug 7 04:37:04 PDT 2006


> But indeed, a cmp/sete combo seems to do the same in less instructions.

But is it faster? I've noticed that many of the higher-level assembly
instructions are actually slower than multiple lower-level ones. "loop" is
the best example of this (dec ecx/jne is faster), or "rep" (again, dec/jne
is faster).

L. 





More information about the Digitalmars-d-bugs mailing list