[Webkit-unassigned] [Bug 92252] Grid Demo spends 1.5% of total time allocating Path objects in RenderBoxModelObject::paintBorderSides

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 14:49:34 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92252





--- Comment #7 from Eric Seidel <eric at webkit.org>  2012-07-25 14:49:37 PST ---
For example, lines like this:

void drawOutlinedQuadWithClip(GraphicsContext& context, const FloatQuad& quad, const FloatQuad& clipQuad, const Color& fillColor)
{
    context.save();
    Path clipQuadPath = quadToPath(clipQuad);

Currently do 2 mallocs, when they really only need to do 1.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list