Bug 111614
Summary: | Threaded HTML Parser should send preloads directly to the network thread | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | abarth, annevk, ap, japhet, simonjam, willchan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 111645 |
Eric Seidel (no email)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
Should we have a meta bug for these sorts threaded parser improvements?
Eric Seidel (no email)
(In reply to comment #1)
> Should we have a meta bug for these sorts threaded parser improvements?
Created bug 111645.
Anne van Kesteren
Threaded HTML parser was removed.