[Webkit-unassigned] [Bug 261630] New: Avoid computing layer bounds in BackingSharingState::isAdditionalProviderCandidate()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 15 19:50:33 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261630
Bug ID: 261630
Summary: Avoid computing layer bounds in
BackingSharingState::isAdditionalProviderCandidate()
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Compositing
Assignee: webkit-unassigned at lists.webkit.org
Reporter: simon.fraser at apple.com
CC: simon.fraser at apple.com
The calls to calculateLayerBounds() in BackingSharingState::isAdditionalProviderCandidate() show as very hot on profiles on a page with many (thousands) of backing sharing candidates.
We have already computed layer bounds, so we can just use the ones we've computed in OverlapExtent.
--
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/20230916/b25f90c3/attachment.htm>
More information about the webkit-unassigned
mailing list