[Webkit-unassigned] [Bug 71986] New: recalcCell logic is doing too much work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 18:10:19 PST 2011


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

           Summary: recalcCell logic is doing too much work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: darin at apple.com


Bug 71246 implemented a sub-optimal solution - which had the upside of removing the regression - where we keep track of the size of the table.

However it means that we keep track of the Vector size outside the Vector which is evil. We should be able to just use the size directly and still keep the buffer!

Patch forthcoming.

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