RESOLVED FIXED 233145
Decoder::unwrapForTesting() is unnecessarily inefficient
https://bugs.webkit.org/show_bug.cgi?id=233145
Summary Decoder::unwrapForTesting() is unnecessarily inefficient
Chris Dumez
Reported 2021-11-15 13:56:11 PST
Decoder::unwrapForTesting() is unnecessarily inefficient.
Attachments
Patch (6.19 KB, patch)
2021-11-15 13:58 PST, Chris Dumez
no flags
Patch (6.19 KB, patch)
2021-11-16 07:12 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-11-15 13:58:53 PST
Darin Adler
Comment 2 2021-11-15 17:49:27 PST
Comment on attachment 444303 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=444303&action=review > Source/WebKit/Platform/IPC/Decoder.cpp:146 > + Vector<Attachment> attachments = std::exchange(decoder.m_attachments, { }); I would totally use auto here. > Source/WebKit/Platform/IPC/Decoder.h:137 > + std::optional<Attachment> takeAttachment(); Why isn’t this named takeLastAttachment? Is it obvious that the last one is the one to take?
Chris Dumez
Comment 3 2021-11-16 07:12:56 PST
EWS
Comment 4 2021-11-16 08:58:02 PST
Committed r285866 (244292@main): <https://commits.webkit.org/244292@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 444374 [details].
Radar WebKit Bug Importer
Comment 5 2021-11-16 08:59:33 PST
Note You need to log in before you can comment on or make changes to this bug.