[Webkit-unassigned] [Bug 41159] New: Come up with a more efficient way to represent Path segments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 07:42:27 PDT 2010


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

           Summary: Come up with a more efficient way to represent Path
                    segments
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zimmermann at kde.org
                CC: eric at webkit.org, krit at webkit.org


When we're parsing path data, we're building a Path object, and the bloated SVGPathSeg datastructure.
Instead we should come up with a more memory-efficient way to store path segment data, that can be easily converted to a SVGPathSeg, lazily if someone accesses the SVGPathSeg datastructure from the bindings (eg. JavaScript).

Uploading my prototype concept soon.

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