WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
254676
Avoid having a smart pointer if the end result is an autoreleased object
https://bugs.webkit.org/show_bug.cgi?id=254676
Summary
Avoid having a smart pointer if the end result is an autoreleased object
Seija K.
Reported
2023-03-29 11:51:10 PDT
Many convenience initializers can do this for us, which also means we do not have to use .get(), and we can decrease the overall cost as the Apple APIs deal with the autoreleasing.
Attachments
Add attachment
proposed patch, testcase, etc.
Seija K.
Comment 1
2023-03-29 11:57:41 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/12124
Radar WebKit Bug Importer
Comment 2
2023-04-05 11:52:14 PDT
<
rdar://problem/107670789
>
Alexey Proskuryakov
Comment 3
2024-07-23 12:39:54 PDT
This PR appear to have been dropped.
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