[Webkit-unassigned] [Bug 22609] New: Provide a build-time choice when generating hash tables for properties of built-in DOM objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 16:26:17 PST 2008


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

           Summary: Provide a build-time choice when generating hash tables
                    for properties of built-in DOM objects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar, ReviewedForRadar
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: mjs at apple.com, darin at apple.com, ggaren at apple.com


*SUMMARY
WebKit r31147 <http://trac.webkit.org/changeset/31147> replaced a "compact"
hash with a perfect hash for storing properties of built-in DOM objects. 
Unfortunately, this tends to use more memory to store rather small amounts of
data.  It would be nice to restore the original "compact" hash code and to
provide a build-time choice to select the hashing algorithm.

* NOTES
<rdar://problem/6331749>


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



More information about the webkit-unassigned mailing list