[Webkit-unassigned] [Bug 90596] Move element/tag category query functions to a separate file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 8 22:37:43 PDT 2012


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





--- Comment #20 from Kwang Yul Seo <skyul at company100.net>  2012-07-08 22:37:40 PST ---
(In reply to comment #19)
> w.r.t. that FIXME, another path is to move the preload scanner to its own thread.  For either change, we really need benchmarks to tell us whether we're making things faster or slower.  Maybe we can both re-use tokens and move the scanner to its own thread?

It was tried before in Bug 63531. The patch was rejected because the performance gain was very small.

After we introduce speculative parsing, then maybe we can both re-use tokens and move HTML parsing (not just preload scanning) off the main thread. Firefox exactly doe this.

https://developer.mozilla.org/en/Gecko/HTML_parser_threading
https://bugzilla.mozilla.org/show_bug.cgi?id=483016

Now the discussion is off the topic. I filed Bug 90751 for further discussion.

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