RESOLVED WONTFIX 111614
Threaded HTML Parser should send preloads directly to the network thread
https://bugs.webkit.org/show_bug.cgi?id=111614
Summary Threaded HTML Parser should send preloads directly to the network thread
Eric Seidel (no email)
Reported 2013-03-06 12:29:35 PST
Threaded HTML Parser should send preloads directly to the network thread This would allow preloads to be started quicker in the case of javascript running on the main thread. The catch is that we'd need to check the MemoryCache before sending out the preload. Which would likely require a lock to allow access from the networking thread. I would expect little contention for such a lock. Others who are more familiar with the loader could speculate better I'm sure.
Attachments
Adam Barth
Comment 1 2013-03-06 14:55:45 PST
Should we have a meta bug for these sorts threaded parser improvements?
Eric Seidel (no email)
Comment 2 2013-03-06 16:46:19 PST
(In reply to comment #1) > Should we have a meta bug for these sorts threaded parser improvements? Created bug 111645.
Anne van Kesteren
Comment 3 2023-12-25 10:05:08 PST
Threaded HTML parser was removed.
Note You need to log in before you can comment on or make changes to this bug.