[llvm-commits] atomic operator patch
Mon P Wang
monping at apple.com
Fri May 2 11:58:03 PDT 2008
Thanks for all the helpful comments. I have fixed and cleanup the code
for the atomic operator patch. I have changed the code to use cmpxchg
and to loop if the value we read has been altered before the write.
Please let me know if you have any further comments.
Thanks,
-- Mon Ping
-------------- next part --------------
A non-text attachment was scrubbed...
Name: atomic_op.patch
Type: application/octet-stream
Size: 37365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080502/3f3038eb/attachment.obj>
-------------- next part --------------
More information about the llvm-commits
mailing list