Bug 266093
| Summary: | Use std::span directly for makeString, StringBuilder::append, IPC::DataReference, IPC::ArrayReference | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | Web Template Framework | Assignee: | Darin Adler <darin> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Darin Adler
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
<rdar://problem/119392135>
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/23817
EWS
Committed 274433@main (cf66e098488b): <https://commits.webkit.org/274433@main>
Reviewed commits have been landed. Closing PR #23817 and removing active labels.