[Webkit-unassigned] [Bug 23791] New: -[WebHistoryItem dictionaryRepresentation] creates many autoreleased objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 6 10:58:47 PST 2009


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

           Summary: -[WebHistoryItem dictionaryRepresentation] creates many
                    autoreleased objects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: History
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: beidson at apple.com


-[WebHistoryItem dictionaryRepresentation] creates many autoreleased NSNumber
and NSString instances. Because it is typically called many times in a row by
-[WebHistory arrayRepresentation] and the latter does not set up local
autorelease pools, it is likely that manually allocating and releasing those
temporary objects will save memory and time.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list