Bug 260927 - Optimize SVGPathByteStreamBuilder::append()
Summary: Optimize SVGPathByteStreamBuilder::append()
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:
Blocks:
 
Reported: 2023-08-30 14:51 PDT by Chris Dumez
Modified: 2023-08-30 16:17 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-08-30 14:51:31 PDT
Optimize SVGPathByteStreamBuilder::append() by appending sevearl bytes at once instead of appending bytes one by one to the Vector.
Comment 1 Chris Dumez 2023-08-30 14:53:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17250
Comment 2 EWS 2023-08-30 16:16:01 PDT
Committed 267470@main (bac6d7369d4b): <https://commits.webkit.org/267470@main>

Reviewed commits have been landed. Closing PR #17250 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-08-30 16:17:18 PDT
<rdar://problem/114730032>