[Webkit-unassigned] [Bug 8284] New: prevent unnecessary entries in the "nodes with extra refs" hash table

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Apr 9 21:48:06 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8284

           Summary: prevent unnecessary entries in the "nodes with extra
                    refs" hash table
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: JavaScript
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ggaren at apple.com


There's a unique cost to incrementing a node's ref count past one. If we use
RefPtr::release instead of regular assignment, we can't keep the ref count at
1, and never pay the cost.


-- 
Configure bugmail: http://bugzilla.opendarwin.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