RESOLVED FIXED 240247
Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to our String types
https://bugs.webkit.org/show_bug.cgi?id=240247
Summary Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to our St...
Chris Dumez
Reported 2022-05-09 12:33:14 PDT
Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to our String types. These versions are more efficient when the call sites have an ASCIILiteral as they have less branching.
Attachments
Chris Dumez
Comment 1 2022-05-09 13:05:41 PDT
Radar WebKit Bug Importer
Comment 2 2022-05-16 12:34:12 PDT
Chris Dumez
Comment 3 2022-05-18 09:31:40 PDT
EWS
Comment 4 2022-05-18 22:54:30 PDT
Committed r294468 (250730@main): <https://commits.webkit.org/250730@main> Reviewed commits have been landed. Closing PR #730 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.