[Webkit-unassigned] [Bug 79740] New: [Meta][Refactoring] NodeRareaData/ElementRareData cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 20:34:40 PST 2012


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

           Summary: [Meta][Refactoring] NodeRareaData/ElementRareData
                    cleanup
           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: morrita at google.com
                CC: eric at webkit.org, darin at apple.com, ap at webkit.org,
                    abarth at webkit.org


These classes are start to be messy.
I'd like to slim down these class by adopting supplement-like pattern.
A fe performance-critical bits should be stayed there.
But others can be kicked out to their own optional/supplemental objects.

This could even save some memory footprint because we can allocate what we actually needs.
Ideally we could eliminate ElementRareData: It's just a set of supplements.

-- 
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