ended4월 22일· 1 sources

XOR'ing a register with itself is the idiom for zeroing it out. Why not sub?

Why it matters

Matt Godbolt, probably best known for being the proprietor of Compiler Explorer, wrote a brief article on why x86 compilers love the xor eax, eax instruction. The answer is that it is the most compact...

1
Sources
+0
24h
Growth
152d
Active

Sources

Related Issues