Bug 112335
Summary: | HTMLBackgroundParser's outstandingCheckpointLimit should be tuned | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | abarth, ahmad.saleem792, annevk, ap, cdumez, tonyg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 111645 |
Eric Seidel (no email)
HTMLBackgroundParser's outstandingCheckpointLimit should be tuned
Right now it's arbitrarily set to 10. Which causes us to use up to about 280k per document for speculative tokens. Rarely do we actually use all that, but we may find through testing that that number should be higher or lower.
http://trac.webkit.org/browser/trunk/Source/WebCore/html/parser/BackgroundHTMLParser.cpp#L42
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
We don't have 'outstandingCheckpointLimit' and GitHub search does not show anything.
Plus the file was removed by this: https://github.com/WebKit/WebKit/commit/afe003624c8fee9fb3ad3e81983a805a1a47c56c
Can we mark this as 'RESOLVED WONTFIX'?