[Webkit-unassigned] [Bug 252813] New: Avoid unnecessary alloc/init for NSDictionary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 06:04:29 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252813

            Bug ID: 252813
           Summary: Avoid unnecessary alloc/init for NSDictionary
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: doremylover123 at gmail.com

The compiler initializes an NSDictionary when the @ syntax is used. If an underlying error happens, alloc/init is called again. Let's avoid that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230223/2a3cb4fe/attachment.htm>


More information about the webkit-unassigned mailing list