[Webkit-unassigned] [Bug 257612] New: [Filters] Loop through the SVGFilter unique effects instead of traversing the whole graph when possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 1 11:38:36 PDT 2023


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

            Bug ID: 257612
           Summary: [Filters] Loop through the SVGFilter unique effects
                    instead of traversing the whole graph when possible
           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: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

After 263886 at main, SVGFilter owns a Vector of unique effects. Its expression has only indices to this Vector. So it is more efficient to loop through this Vector instead of traversing the whole graph through the SVGFilterExpression when possible.

-- 
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/20230601/50de5dab/attachment.htm>


More information about the webkit-unassigned mailing list