Reasons For Use in Practice
In most practical scenarios, the trivial swap algorithm using a temporary register is more efficient. Limited situations in which XOR swapping may be practical include:
- On a processor where the instruction set encoding permits the XOR swap to be encoded in a smaller number of bytes;
- In a region with high register pressure, it may allow the register allocator to avoid spilling a register.
- In microcontrollers where available RAM is very limited.
Because these situations are rare, most optimizing compilers do not generate XOR swap code.
Read more about this topic: XOR Swap Algorithm
Famous quotes containing the words reasons for, reasons and/or practice:
“There may be other reasons for a mans not speaking in publick than want of resolution: he may have nothing to say.”
—Samuel Johnson (17091784)
“With no matter what human being, taken individually, I always find reasons for concluding that sorrow and misfortune do not suit him; either because he seems too mediocre for anything so great, or, on the contrary, too precious to be destroyed.”
—Simone Weil (19091943)
“Nonwhite and working-class women, if they are ever to identify with the organized womens movement, must see their own diverse experiences reflected in the practice and policy statements of these predominantly white middle-class groups.”
—Kimberly Crenshaw (b. 1959)