[Webkit-unassigned] [Bug 227216] New: [JSC] Templatize HashTable and CompactHashIndex to reduce binary size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 08:40:58 PDT 2021


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

            Bug ID: 227216
           Summary: [JSC] Templatize HashTable and CompactHashIndex to
                    reduce binary size
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shvaikalesh at gmail.com

Reduce binary size by using int8_t sized values can be used for small tables.
Also, try to utilize all the integer range, rather than -1 .. 127.

-- 
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/20210621/ab2e8d4f/attachment.htm>


More information about the webkit-unassigned mailing list