[Webkit-unassigned] [Bug 190792] topPrivatelyControlledDomain is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 08:44:00 PDT 2018


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

--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 352890
  --> https://bugs.webkit.org/attachment.cgi?id=352890
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=352890&action=review

>> Source/WebCore/platform/mac/PublicSuffixMac.mm:51
>> +    static NeverDestroyed<HashMap<String, AtomicString, ASCIICaseInsensitiveHash>> cache;
> 
> Is there really a benefit to using AtomicString here?

Have you confirmed that this method is not called from multiple threads? I suspect it could be (e.g. for ITP).

-- 
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/20181022/6974fe8c/attachment.html>


More information about the webkit-unassigned mailing list