[Webkit-unassigned] [Bug 251340] New: Save some memory by not putting serialized value strings into a hash map

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 16:22:53 PST 2023


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

            Bug ID: 251340
           Summary: Save some memory by not putting serialized value
                    strings into a hash map
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: darin at apple.com

CSSPrimitiveValue saves strings of serialized values in a map to avoid recomputing them. This is wasteful for the serialized form of CSSValueID, since they are all precomputed at compile time. Putting them in the hash table is a waste of memory.

-- 
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/20230130/29ae3ce2/attachment.htm>


More information about the webkit-unassigned mailing list