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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 10:26:28 PDT 2018


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

--- Comment #10 from Chris Dumez <cdumez at apple.com> ---
(In reply to Antti Koivisto from comment #9)
> > Have you confirmed that this method is not called from multiple threads? I
> > suspect it could be (e.g. for ITP).
> 
> Ok, I'll just switch to String.

Switching to String would not be sufficient as you'd still have HashMap operations from multiple threads. That said, I do not know for sure we have multithreaded access and an assertion would suffice. If we do have multi threaded access though, then I'd suggest using String + Locks.

-- 
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/0ceb8a3c/attachment.html>


More information about the webkit-unassigned mailing list