RESOLVED FIXED239903
Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap>
https://bugs.webkit.org/show_bug.cgi?id=239903
Summary Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap>
Chris Dumez
Reported 2022-04-29 09:50:48 PDT
Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap> as HashSet / HashMap are already essentially pointers. This avoids some unnecessary dereferencing.
Attachments
Chris Dumez
Comment 1 2022-04-29 09:53:36 PDT
EWS
Comment 2 2022-04-29 16:24:00 PDT
Committed r293637 (250141@main): <https://commits.webkit.org/250141@main> Reviewed commits have been landed. Closing PR #439 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-04-29 16:25:19 PDT
Note You need to log in before you can comment on or make changes to this bug.