Bug 80489
| Summary: | CSS3 calc: reuse handles in CalculationValueHandleMap | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Lawther <mikelawther> |
| Component: | CSS | Assignee: | 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 | ||
Mike Lawther
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Simon & Alan - is this something needed now? Thanks!
Simon Fraser (smfr)
No.