WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-03-04 12:07:19 PST
<
rdar://problem/124026208
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug