RESOLVED FIXED Bug 27393
Optimize string operations in GraphicsLayerCA
https://bugs.webkit.org/show_bug.cgi?id=27393
Summary Optimize string operations in GraphicsLayerCA
Simon Fraser (smfr)
Reported 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.
Attachments
Simon Fraser (smfr)
Comment 1 2009-08-04 16:16:43 PDT
Fixed via bug 27884.
Note You need to log in before you can comment on or make changes to this bug.