[Webkit-unassigned] [Bug 206411] New: [LFC][IFC] Allocate InlineItems in a vector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 05:11:21 PST 2020


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

            Bug ID: 206411
           Summary: [LFC][IFC] Allocate InlineItems in a vector
           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: koivisto at iki.fi
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Even the largest InlineItem (InlineTextItem) is small (fits to 24 bytes), and they are allocated in large numbers (one per word and per whitespace typically). Reduce heap allocations by turning InlineItem into a fixed size type.

-- 
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/20200117/af8f59e7/attachment.htm>


More information about the webkit-unassigned mailing list