[Webkit-unassigned] [Bug 257647] New: ThreadSafeObjectHeap lacks add and remove operations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 2 08:00:14 PDT 2023


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

            Bug ID: 257647
           Summary: ThreadSafeObjectHeap lacks add and remove operations
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com
                CC: kkinnunen at apple.com,
                    webkit-bug-importer at group.apple.com

ThreadSafeObjectHeap lacks add and remove operations

Currently it has "add if not present" and "remove if present". This is suboptimal because it has to support the remove arriving before add, but "if present" part makes leaked entries impossible to avoid.

-- 
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/20230602/d34ef0ab/attachment.htm>


More information about the webkit-unassigned mailing list