RESOLVED FIXED 266093
Use std::span directly for makeString, StringBuilder::append, IPC::DataReference, IPC::ArrayReference
https://bugs.webkit.org/show_bug.cgi?id=266093
Summary Use std::span directly for makeString, StringBuilder::append, IPC::DataRefere...
Darin Adler
Reported 2023-12-08 12:10:21 PST
Adding support for std::span<const LChar> and std::span<const UChar> would off some efficiencies. We might also eventually just remove the StringBuilder::appendCharacters function too, since this would do the same thing.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-08 12:11:18 PST
Darin Adler
Comment 2 2024-02-03 16:23:23 PST
EWS
Comment 3 2024-02-10 17:26:09 PST
Committed 274433@main (cf66e098488b): <https://commits.webkit.org/274433@main> Reviewed commits have been landed. Closing PR #23817 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.