RESOLVED FIXED252813
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
Seija K.
Comment 1 2023-02-23 06:10:29 PST
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
Note You need to log in before you can comment on or make changes to this bug.