[Webkit-unassigned] [Bug 63531] Turn PreloadScanner implementation to a thread based solution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 07:42:19 PDT 2011


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





--- Comment #25 from Balazs Kelemen <kbalazs at webkit.org>  2011-07-04 07:42:17 PST ---
> - Move the token generation to a thread (if it is a win). This will help much more than just moving the preload scanning.

I don expect that it would be a win. What would the main thread do while waiting for the tokens? The reason why the preload scanner is a friendly topic for multithreading is that preloading is independent from the rest of the parsing process and it can run in parallel while the main thread is waiting for resources.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list