[Webkit-unassigned] [Bug 207712] New: [JSC] WeakGCMap should use WeakSet mechanism

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 11:55:36 PST 2020


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

            Bug ID: 207712
           Summary: [JSC] WeakGCMap should use WeakSet mechanism
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ysuzuki at apple.com

Almost always, key is included inside value.
We were doing so just because our HashMap does not offer weak handling.
But Ryosuke added it, so just use it to shrink table size.

-- 
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/20200213/31862105/attachment-0001.htm>


More information about the webkit-unassigned mailing list