RESOLVED FIXED 253730
Use the initializer list to initialize String::m_impl
https://bugs.webkit.org/show_bug.cgi?id=253730
Summary Use the initializer list to initialize String::m_impl
Chris Dumez
Reported 2023-03-10 13:09:04 PST
Use the initializer list to initialize String::m_impl, instead of doing it in the constructor's body. This should be slightly more efficient.
Attachments
Chris Dumez
Comment 1 2023-03-10 13:10:58 PST
EWS
Comment 2 2023-03-10 14:51:21 PST
Committed 261530@main (c0b2534060e4): <https://commits.webkit.org/261530@main> Reviewed commits have been landed. Closing PR #11379 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-03-10 14:52:17 PST
Note You need to log in before you can comment on or make changes to this bug.