[Webkit-unassigned] [Bug 119875] New: localeToScriptCodeForFontSelection should use hash tables with larger default capacity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 15 17:45:30 PDT 2013


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

           Summary: localeToScriptCodeForFontSelection should use hash
                    tables with larger default capacity
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: benjamin at webkit.org


LocaleToScriptMappingDefault.cpp has 2 static hash maps with a large number of values (108 and 196). We should initialize these to a larger capacity so we don't start from 8 and churn through their growth.

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