Bug 263195 - Add cache for SVGPathElement "d" attribute parsing
Summary: Add cache for SVGPathElement "d" attribute parsing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on: 263288
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-16 08:04 PDT by Chris Dumez
Modified: 2023-10-17 15:08 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-10-16 08:04:27 PDT
Add cache for SVGPathElement "d" attribute parsing to avoid spending CPU time re-parsing the same "d" attribute values.
Comment 1 Chris Dumez 2023-10-16 08:04:35 PDT
<rdar://110970184>
Comment 2 Chris Dumez 2023-10-16 08:06:12 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19114
Comment 3 EWS 2023-10-16 12:15:15 PDT
Committed 269372@main (75b882901e33): <https://commits.webkit.org/269372@main>

Reviewed commits have been landed. Closing PR #19114 and removing active labels.