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

Description Mark Lam 2015-03-12 14:34:41 PDT
Let's use C++11's std::atomic instead of our own custom CAS in WTF::ByteSpinLock.
Comment 1 Mark Lam 2015-03-12 16:25:10 PDT
Created attachment 248550 [details]
the patch.
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-03-12 17:20:53 PDT
All reviewed patches have been landed.  Closing bug.