RESOLVED FIXED Bug 229834
Improve performance by using StringView, not "const StringView&"
https://bugs.webkit.org/show_bug.cgi?id=229834
Summary Improve performance by using StringView, not "const StringView&"
Darin Adler
Reported 2021-09-02 15:30:03 PDT
Improve performance by using StringView, not "const StringView&"
Attachments
Patch (45.13 KB, patch)
2021-09-02 15:34 PDT, Darin Adler
andersca: review+
ews-feeder: commit-queue-
Patch (46.67 KB, patch)
2021-09-03 14:36 PDT, Darin Adler
no flags
Darin Adler
Comment 1 2021-09-02 15:34:00 PDT
Myles C. Maxfield
Comment 2 2021-09-02 21:55:16 PDT
Comment on attachment 437204 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=437204&action=review > Source/WTF/ChangeLog:11 > + Since StringView is a small structure that fits into two registers, it's not > + good to pass a pointer to it; better performance to pass it by value. Note > + that this is for release builds, not debug builds where StringView has > + significant additional overhead when copying. Was there a measurable performance improvement by doing this?
Darin Adler
Comment 3 2021-09-03 13:59:17 PDT
Comment on attachment 437204 [details] Patch Need a new version of this patch; the iterator part of it is wrong for debug builds.
Darin Adler
Comment 4 2021-09-03 14:05:53 PDT
Comment on attachment 437204 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=437204&action=review >> Source/WTF/ChangeLog:11 >> + significant additional overhead when copying. > > Was there a measurable performance improvement by doing this? I do not expect improvement to be measurable except in a micro-benchmark. As with any change, it’s important to double check we don’t measure a slowdown in any of our larger scale benchmarks, and I tried a couple locally and saw no difference.
Darin Adler
Comment 5 2021-09-03 14:36:34 PDT
Radar WebKit Bug Importer
Comment 6 2021-09-09 15:30:22 PDT
EWS
Comment 7 2021-09-09 16:39:47 PDT
Committed r282242 (241525@main): <https://commits.webkit.org/241525@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 437312 [details].
Note You need to log in before you can comment on or make changes to this bug.