[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 11:57:31 PST 2018


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

--- Comment #2 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?

> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:421
> +    dispatch_release(m_internalQueue);

Then we wouldn't need this.

-- 
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/48d432b8/attachment.html>


More information about the webkit-unassigned mailing list