RESOLVED FIXED142644
Change WTF::ByteSpinLock to use std::atomic
https://bugs.webkit.org/show_bug.cgi?id=142644
Summary Change WTF::ByteSpinLock to use std::atomic
Mark Lam
Reported 2015-03-12 14:34:41 PDT
Let's use C++11's std::atomic instead of our own custom CAS in WTF::ByteSpinLock.
Attachments
the patch. (1.98 KB, patch)
2015-03-12 16:25 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2015-03-12 16:25:10 PDT
Created attachment 248550 [details] the patch.
WebKit Commit Bot
Comment 2 2015-03-12 17:20:50 PDT
Comment on attachment 248550 [details] the patch. Clearing flags on attachment: 248550 Committed r181461: <http://trac.webkit.org/changeset/181461>
WebKit Commit Bot
Comment 3 2015-03-12 17:20:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.