Bug 80489

Summary: CSS3 calc: reuse handles in CalculationValueHandleMap
Product: WebKit Reporter: Mike Lawther <mikelawther>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ahmad.saleem792, mitz, rafael.lobo, simon.fraser, syoichi, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 16662    

Description Mike Lawther 2012-03-06 22:08:51 PST
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.
Comment 1 Ahmad Saleem 2022-10-01 14:51:40 PDT
Simon & Alan - is this something needed now? Thanks!
Comment 2 Simon Fraser (smfr) 2022-10-03 12:13:44 PDT
No.