[Webkit-unassigned] [Bug 112335] New: HTMLBackgroundParser's outstandingCheckpointLimit should be tuned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 02:43:05 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112335

           Summary: HTMLBackgroundParser's outstandingCheckpointLimit
                    should be tuned
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, tonyg at chromium.org
            Blocks: 111645


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list