[Webkit-unassigned] [Bug 211633] New: bmalloc should have per-cpu locking mechanism

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 8 11:06:15 PDT 2020


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

            Bug ID: 211633
           Summary: bmalloc should have per-cpu locking mechanism
           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: ysuzuki at apple.com
                CC: ggaren at apple.com

We are taking a global lock easily. We should not.
Talked with Phil, and current plan is introducing per-cpu locking mechanism.
Each SmallPage have Mutex*, which could point to per-cpu lock or SmallPage's fine-grained lock.
We switch them based on contention and keep deallocation fast without taking a global lock.

-- 
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/20200508/533c3b9c/attachment-0001.htm>


More information about the webkit-unassigned mailing list