[Webkit-unassigned] [Bug 142674] New: Replace TCSpinLock with a new WTF::SpinLock based on WTF::Atomic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 13 10:54:38 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142674

            Bug ID: 142674
           Summary: Replace TCSpinLock with a new WTF::SpinLock based on
                    WTF::Atomic
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

We no longer use TCMalloc in our code, and we now have C++11.  This replaces the TCMalloc_SpinLock with a new WTF::SpinLock based on WTF::Atomic (which is a wrapper around std::atomic).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150313/55f66dc0/attachment-0002.html>


More information about the webkit-unassigned mailing list