Bug 80489 - CSS3 calc: reuse handles in CalculationValueHandleMap
Summary: CSS3 calc: reuse handles in CalculationValueHandleMap
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 16662
  Show dependency treegraph
 
Reported: 2012-03-06 22:08 PST by Mike Lawther
Modified: 2022-10-03 12:13 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.