Bug 102702 - Add 64-bit specializations for atomicIncrement and atomicDecrement
Summary: Add 64-bit specializations for atomicIncrement and atomicDecrement
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 98537
  Show dependency treegraph
 
Reported: 2012-11-19 12:01 PST by Brady Eidson
Modified: 2012-11-19 15:16 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (5.32 KB, patch)
2012-11-19 12:04 PST, Brady Eidson
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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