[Webkit-unassigned] [Bug 46052] SVG: Remove "create" methods and use port-specific "add" counterparts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 11 10:57:10 PDT 2010


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





--- Comment #19 from Nikolas Zimmermann <zimmermann at kde.org>  2010-10-11 10:57:09 PST ---
(In reply to comment #17)
> (In reply to comment #16)
> > Didn't add the ASSERTs though, since Path::isEmpty() is very slow on some platforms (CG, ?) and this would slow down debug builds.
> 
> Normally we include assertions even if they would slow down debug builds. Is the slowdown so dramatic it causes a major problem?

We tried to eliminate most calls to Path::isEmpty() in the past, as at least on CG CGPathIsEmpty is quite slow, at least it showed up on shark profiles quite often in the past.

But as it's an assertion, that's not present in release builds, maybe it's not so dramatic after all.

-- 
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