Reasons For Avoidance in Practice
Most modern compilers can optimize away the temporary variable in the naive swap, in which case the naive swap uses the same amount of memory and the same number of registers as the XOR swap and is at least as fast, and often faster. The XOR swap is also much less readable and completely opaque to anyone unfamiliar with the technique.
On modern CPU architectures, the XOR technique is considerably slower than using a temporary variable to do swapping. One reason is that modern CPUs strive to execute instructions in parallel via instruction pipelines. In the XOR technique, the inputs to each operation depend on the results of the previous operation, so they must be executed in strictly sequential order. If efficiency is of tremendous concern, it is advised to test the speeds of both the XOR technique and temporary variable swapping on the target architecture.
Read more about this topic: XOR Swap Algorithm
Famous quotes containing the words reasons for, reasons, avoidance and/or practice:
“Happy the man who has been able to know the reasons for things.”
—Virgil [Publius Vergilius Maro] (7019 B.C.)
“From things that have happened and from things as they exist and from all things that you know and all those you cannot know, you make something through your invention that is not a representation but a whole new thing truer than anything true and alive, and you make it alive, and if you make it well enough, you give it immortality. That is why you write and for no other reason that you know of. But what about all the reasons that no one knows?”
—Ernest Hemingway (18991961)
“Tax avoidance means that you hire a $250,000-fee lawyer, and he changes the word evasion into the word avoidance.”
—Franklin D. Roosevelt (18821945)
“Children also need opportunities to practice being less than perfect. They can afford to be ill tempered with us because it is our love that is most constant. This is the essence of unconditional love.... Our steadfast love provides a safe haven.”
—Cathy Rindner Tempelsman (20th century)