
6 Apr
2005
6 Apr
'05
6:09 p.m.
On Apr 6, 2005, at 12:36 PM, Alexander Terekhov wrote:
Alexander Terekhov wrote:
[... asm long atomic_decrement_[weak|strong] ...]
I suppose that CodeWarrior is smart enough to recognize the presence of msync instructions and will behave accordingly with respect to compiler caching/reordering across these routines. If not, things can go wild, beware.
Your assumption is correct. CodeWarrior won't reorder across these instructions. -Howard