RESOLVED FIXED254441
JSRopeString::resolveRopeToAtomString() doesn't need to copy characters to a buffer when it is a substring
https://bugs.webkit.org/show_bug.cgi?id=254441
Summary JSRopeString::resolveRopeToAtomString() doesn't need to copy characters to a ...
Chris Dumez
Reported 2023-03-24 12:35:57 PDT
JSRopeString::resolveRopeToAtomString() doesn't need to copy characters to a buffer when it is a substring, we can construct the AtomString straight from the StringView::substring() output.
Attachments
Chris Dumez
Comment 1 2023-03-24 12:37:36 PDT
EWS
Comment 2 2023-03-24 15:39:18 PDT
Committed 262103@main (3bc3bb7a66f1): <https://commits.webkit.org/262103@main> Reviewed commits have been landed. Closing PR #11946 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-03-24 15:40:22 PDT
Note You need to log in before you can comment on or make changes to this bug.