[Webkit-unassigned] [Bug 35233] New: Optimize Latin-1 decoding in TextCodecLatin1::decode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 03:40:54 PST 2010


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

           Summary: Optimize Latin-1 decoding in TextCodecLatin1::decode()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com


The vast majority of Latin-1 text will be (English) ASCII-only data.

We can exploit this fact to process the text one CPU-word at a time instead of
byte-by-byte.

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