[Webkit-unassigned] [Bug 192943] Moving non-critical initializations to a parallel thread can speed up process launch time by 15%.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 20 12:05:47 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192943
--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 357845
--> https://bugs.webkit.org/attachment.cgi?id=357845
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=357845&action=review
>> Source/WebKit/WebProcess/WebProcess.h:471
>> + dispatch_queue_t m_internalQueue;
>
> Could we use a WTF::WorkQueue?
You could also use OSObjectPtr<dispatch_queue_t>. We just like to avoid explicit memory management in WebKit.
--
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/20181220/72d299c7/attachment.html>
More information about the webkit-unassigned
mailing list