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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 11:20:53 PDT 2011


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





--- Comment #19 from Antti Koivisto <koivisto at iki.fi>  2011-06-29 11:20:52 PST ---
This would need much more convincing testing. Sampler profiles showing preload scanner taking substantial CPU time would be a good start.

Anyway, I think the approach taken here takes us to a wrong direction. Instead we should

- Make both main parser and preload scanning use the same token stream.
- Move the token generation to a thread (if it is a win). This will help much more than just moving the preload scanning.

-- 
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