WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
259326
WebCore::Path should have inline segment storage
https://bugs.webkit.org/show_bug.cgi?id=259326
Summary
WebCore::Path should have inline segment storage
Cameron McCormack (:heycam)
Reported
2023-07-18 17:17:31 PDT
After
https://commits.webkit.org/265569@main
, we have three separate heap allocations when creating a WebCore::Path with a single segment. (The PathStream, the SegmentsData, and its Vector buffer.) Before that commit, we had inline storage for a single segment.
Attachments
Add attachment
proposed patch, testcase, etc.
Cameron McCormack (:heycam)
Comment 1
2023-07-18 17:17:45 PDT
rdar://112501668
Cameron McCormack (:heycam)
Comment 2
2023-07-18 17:20:51 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/15917
EWS
Comment 3
2023-07-19 02:45:54 PDT
Committed
266156@main
(816baea44df6): <
https://commits.webkit.org/266156@main
> Reviewed commits have been landed. Closing PR #15917 and removing active labels.
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