[webkit-dev] Feature Announcement: Moving HTML Parser off the Main Thread
Ian Hickson
ian at hixie.ch
Wed Jan 9 22:04:58 PST 2013
On Wed, 9 Jan 2013, Eric Seidel wrote:
>
> The core goal is to reduce latency -- to free up the main thread for
> JavaScript and UI interaction -- which as you correctly note, cannot be
> moved off of the main thread due to the "single thread of execution"
> model of the web.
Parsing and (maybe to a lesser extent) compiling JS can be moved off the
main thread, though, right? That's probably worth examining too, if it
hasn't already been done.
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
More information about the webkit-dev
mailing list