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. `._.-(,_..'--(,_..'`-.;.' _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev