Bug 124604
Summary: | [CSS Shapes] Investigate whether pre-allocating capacity for shapes strings increases performance | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bear Travis <betravis> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, bjonesbe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 98664 |
Bear Travis
Some of the CSSBasicShapes pre-allocate when creating strings for css text. It creates a bit of code clutter, so we should find out whether or not it actually helps performance.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bem Jones-Bey
This should really block the main shapes bug, not the new syntax bog.
Brent Fulgham
This code has been significantly refactored since this patch was proposed. There doesn't seem to be any action we can take here.