WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-12-08 12:11:18 PST
<
rdar://problem/119392135
>
Darin Adler
Comment 2
2024-02-03 16:23:23 PST
Pull request:
https://github.com/WebKit/WebKit/pull/23817
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.
Top of Page
Format For Printing
XML
Clone This Bug