[Webkit-unassigned] [Bug 115875] add atomicAdd and atomicSubtract
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 9 14:46:27 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=115875
Benjamin Poulain <benjamin at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #201278|review?, commit-queue? |review-, commit-queue-
Flag| |
--- Comment #2 from Benjamin Poulain <benjamin at webkit.org> 2013-05-09 14:44:52 PST ---
(From update of attachment 201278)
(In reply to comment #0)
> Source/WTF/wtf/Atomics.h currently has atomicIncrement and atomicDecrement for adding and subtracting 1 atomically, but there is no way to add and subtract other values atomically using WTF. This is needed in cases like Source/WTF/wtf/text/StringImpl.h line 584, which increments a value by 2.
>
> I added atomicAdd and atomicSubtract and tested it on Mac, but I'd prefer someone try this on Windows before reviewing in case I forgot something Windows-specific.
StringImpl does not use atomic ref-deref.
What is this for?
--
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