[Webkit-unassigned] [Bug 142640] New: Use std::atomic for CodeBlock::m_visitAggregateHasBeenCalled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 13:43:56 PDT 2015


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

            Bug ID: 142640
           Summary: Use std::atomic for
                    CodeBlock::m_visitAggregateHasBeenCalled
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

We used to spin our own compare and swap on a uint8_t.  Now that we can use C++11, let's use 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/20150312/a1e41b07/attachment-0002.html>


More information about the webkit-unassigned mailing list