WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
239903
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2022-04-29 09:53:36 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/439
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
<
rdar://problem/92548954
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug