[Webkit-unassigned] [Bug 123207] New: Clean-up in Atomics.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 23 07:36:26 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=123207
Summary: Clean-up in Atomics.h
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: allan.jensen at digia.com
Atomics.h has two confusing and bit-rotted ifdefs with comments.
The first about CPU(SPARC64) was rendered obsolete when we switch from __exchange_and_add to __sync_add_and_fetch.
The second was caused by a wrong definition that apparently only caused trouble on GCC.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list