View Single Post
Old Jul 11th, 2005, 8:29 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I personally consider that "feature" of gcc to be harder and more confusing than just writing the dam' assembly code, so I don't use it. I suspect the early clobber thing is where an intermediate result would be stored, so you wouldn't want to use it for anything that has other uses upcoming, like one of the inputs.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote