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
252813
Avoid unnecessary alloc/init for NSDictionary
https://bugs.webkit.org/show_bug.cgi?id=252813
Summary
Avoid unnecessary alloc/init for NSDictionary
Seija K.
Reported
2023-02-23 06:04:29 PST
The compiler initializes an NSDictionary when the @ syntax is used. If an underlying error happens, alloc/init is called again. Let's avoid that.
Attachments
Add attachment
proposed patch, testcase, etc.
Seija K.
Comment 1
2023-02-23 06:10:29 PST
Pull request:
https://github.com/WebKit/WebKit/pull/10335
EWS
Comment 2
2023-02-23 20:51:19 PST
Committed
260782@main
(4543085706ef): <
https://commits.webkit.org/260782@main
> Reviewed commits have been landed. Closing PR #10335 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-02-23 20:52:29 PST
<
rdar://problem/105867295
>
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