[Webkit-unassigned] [Bug 111247] New: Threaded HTML Parser should parse the first chunk on the main thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 2 01:57:29 PST 2013


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

           Summary: Threaded HTML Parser should parse the first chunk on
                    the main thread
           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: 106127


Threaded HTML Parser should parse the first chunk on the main thread

We may have to be slightly more careful about which bool we check, as we'll be in threaded mode w/o having started a background parser yet.  But right before we would yield, we just pass our Tokenizer and HTMLToken off to a newly started background parser and then yield the main thread.

I suspect this should be a win for small (<1k token) documents which can be parsed in a single chunk.

-- 
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