[Webkit-unassigned] [Bug 268522] New: updateRelativeLengthsInformation exhibits O(n^2) in SVGElement::insertedIntoAncestor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 31 18:16:58 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=268522
Bug ID: 268522
Summary: updateRelativeLengthsInformation exhibits O(n^2) in
SVGElement::insertedIntoAncestor
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rniwa at webkit.org
CC: sabouhallawa at apple.com, zimmermann at kde.org
SVGElement::updateRelativeLengthsInformation exhibits O(n^2) behavior in
SVGElement::insertedIntoAncestor because it gets called on each descendent that got inserted,
and each call to updateRelativeLengthsInformation results in updating of ancestor elements.
--
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/20240201/3ffdfa53/attachment.htm>
More information about the webkit-unassigned
mailing list