Bug 142644

Summary: Change WTF::ByteSpinLock to use std::atomic
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: Web Template FrameworkAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, fpizlo, ggaren, mhahnenb, mmirman, msaboff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. none

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.