[Webkit-unassigned] [Bug 80489] New: CSS3 calc: reuse ids in CalculationValueHandleMap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 22:08:51 PST 2012


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

           Summary: CSS3 calc: reuse ids in CalculationValueHandleMap
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mikelawther at chromium.org


The current algorithm uses a simple monotonically increasing id scheme.

This is simple, but potentially wasteful of the id space.

This bug is to investigate and implement a scheme to reuse empty id slots. The investigation must take into account the complexity/performance/memory tradeoffs involved.

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