[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 14:17:36 PST 2018


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

Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org

--- Comment #8 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 357860
  --> https://bugs.webkit.org/attachment.cgi?id=357860
Patch

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

> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:190
> +        [NSApplication _accessibilityInitialize];

Have you verified with the AppKit team that this is safe to call from a non-main thread? Most things in AppKit are not.

-- 
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/92307ad1/attachment-0001.html>


More information about the webkit-unassigned mailing list