[Webkit-unassigned] [Bug 250640] New: Entity storage is not very compact

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 15 04:00:14 PST 2023


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

            Bug ID: 250640
           Summary: Entity storage is not very compact
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

While going through Blink's commit, I came across another potential optimization:

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/0c7555da9c7b6059b8f55820b5b21685469a42c1

Benefits:

The binary will shrink by about 20-35 KB (depending on architecture),
the memory usage should shrink by similar numbers for every
renderer (since the memory now can be shared between renderers) and
there will be a tiny startup time improvement due to
fewer relocation blocks and less to read from disk.

Just wanted to raise to see if we can do 1-1 merge or if we can come up with similar.

Thanks!

-- 
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/20230115/a21c49ab/attachment.htm>


More information about the webkit-unassigned mailing list