NEW 270104
[LBSE] Add caching layer for resources that create ImageBuffers
https://bugs.webkit.org/show_bug.cgi?id=270104
Summary [LBSE] Add caching layer for resources that create ImageBuffers
Nikolas Zimmermann
Reported 2024-02-26 10:59:29 PST
Prevent ourselves from exponential slowdowns, as demonstrated by svg/custom/pattern-nested-reference.html, the evil testcase from Said (very valuable one, thanks! :-) The invalidation logic itself is already tracking visited renderers, and is protected from cycles, but the actual drawing is still very inefficient, as we have to create 100k+ tile ImageBuffers here, w/o caching...
Attachments
Radar WebKit Bug Importer
Comment 1 2024-03-04 12:07:19 PST
Note You need to log in before you can comment on or make changes to this bug.