On 3/2/17 2:40 PM, Nikhil Shagrithaya wrote:
Shouldn't it be possible to extend speculative parsing to continue parsing
HTML instead of just fetching other resources?

For what it's worth, Gecko does this: speculatively tokenizes off-thread even if the parser is blocked.

If a document.write() of an unbalanced subtree happens that means throwing away the speculative tokenization, of course.

-Boris
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to