[Webkit-unassigned] [Bug 106963] New: Move TreeScope pointer to ContainerNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 17:26:20 PST 2013


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

           Summary: Move TreeScope pointer to ContainerNode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


We can make non-ContainerNodes (Text mostly) smaller by moving the tree scope pointer from Node to ContainerNode. Non-containers can get it from the parent (and they don't need it much anyway). This should be a significant memory win.

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



More information about the webkit-unassigned mailing list