[Webkit-unassigned] [Bug 206444] New: [bmalloc] Replace usage of std::unique_lock with std::lock_guard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 14:26:48 PST 2020


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

            Bug ID: 206444
           Summary: [bmalloc] Replace usage of std::unique_lock with
                    std::lock_guard
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: bmalloc
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com
                CC: ggaren at apple.com

unique_lock is required for conditional variable, but some function takes unique_lock with no meaning. Because std::lock_guard is much cheaper on runtime, they should use std::lock_guard instead.

-- 
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/20200117/3b728ac7/attachment.htm>


More information about the webkit-unassigned mailing list