Bug 102702

Summary: Add 64-bit specializations for atomicIncrement and atomicDecrement
Product: WebKit Reporter: Brady Eidson <beidson>
Component: Web Template FrameworkAssignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Bug Depends on:    
Bug Blocks: 98537    
Attachments:
Description Flags
Patch v1 eric.carlson: review+

Description Brady Eidson 2012-11-19 12:01:59 PST
Add 64-bit specializations for WTF::atomicIncrement and WTF::atomicDecrement

These are needed for WK2 code that might is nominally cross platform.

I only know how to add the specializations for Mac, so anyone adopting code that uses them going forward will have to provide their own specializations.
Comment 1 Brady Eidson 2012-11-19 12:04:45 PST
Created attachment 175020 [details]
Patch v1
Comment 2 Brady Eidson 2012-11-19 12:13:20 PST
http://trac.webkit.org/changeset/135186