Bug 27393 - Optimize string operations in GraphicsLayerCA
Summary: Optimize string operations in GraphicsLayerCA
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-17 15:33 PDT by Simon Fraser (smfr)
Modified: 2009-08-04 16:16 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-07-17 15:33:39 PDT
GraphicsLayerCA does a bunch of string operations in setTransform(), setBasicAnimation() and setKeyframeAnimation() that show up on profiles, since using operator+ is inefficient. We should optimize this code.
Comment 1 Simon Fraser (smfr) 2009-08-04 16:16:43 PDT
Fixed via bug 27884.