Bug 124604 - [CSS Shapes] Investigate whether pre-allocating capacity for shapes strings increases performance
Summary: [CSS Shapes] Investigate whether pre-allocating capacity for shapes strings i...
Status: RESOLVED CONFIGURATION CHANGED
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: 98664
  Show dependency treegraph
 
Reported: 2013-11-19 14:14 PST by Bear Travis
Modified: 2022-07-13 16:26 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bear Travis 2013-11-19 14:14:30 PST
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.
Comment 1 Bem Jones-Bey 2014-02-24 11:16:30 PST
This should really block the main shapes bug, not the new syntax bog.
Comment 2 Brent Fulgham 2022-07-13 16:26:03 PDT
This code has been significantly refactored since this patch was proposed. There doesn't seem to be any action we can take here.