[Webkit-unassigned] [Bug 194692] New: [JSC] Compact PropertyTable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 23:13:39 PST 2019


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

            Bug ID: 194692
           Summary: [JSC] Compact PropertyTable
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ysuzuki at apple.com

Rough idea. Currently, we have unsigned index arrays in PropertyTable to keep insertion order. But unsigned index is too large for the typical property table.
Can we use uint8_t while the property table is small?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190215/f01cfd3c/attachment-0001.html>


More information about the webkit-unassigned mailing list