[Webkit-unassigned] [Bug 246322] New: encode WebCore::Paths using a trailing "end of path" marker instead of an element count prefix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 22:46:30 PDT 2022


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

            Bug ID: 246322
           Summary: encode WebCore::Paths using a trailing "end of path"
                    marker instead of an element count prefix
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

The decoder doesn't need to know the number of elements ahead of time, and writing a uint8_t marker at the end instead of a uint64_t at the start can save some bytes.

-- 
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/20221011/ad8da0fe/attachment.htm>


More information about the webkit-unassigned mailing list