Bug 112335 - HTMLBackgroundParser's outstandingCheckpointLimit should be tuned
Summary: HTMLBackgroundParser's outstandingCheckpointLimit should be tuned
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 111645
  Show dependency treegraph
 
Reported: 2013-03-14 02:45 PDT by Eric Seidel (no email)
Modified: 2023-12-25 10:04 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2013-03-14 02:45:30 PDT
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
Comment 1 Ahmad Saleem 2023-09-20 17:55:50 PDT
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'?