[webkit-reviews] review granted: [Bug 111117] REGRESSION(r144318) 1-7% perf. regression on SVG/SvgHitTesting : [Attachment 190969] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 08:17:51 PST 2013


Andreas Kling <akling at apple.com> has granted Dave Hyatt <hyatt at apple.com>'s
request for review:
Bug 111117: REGRESSION(r144318) 1-7% perf. regression on SVG/SvgHitTesting
https://bugs.webkit.org/show_bug.cgi?id=111117

Attachment 190969: Patch
https://bugs.webkit.org/attachment.cgi?id=190969&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=190969&action=review


r=me

> Source/WebCore/ChangeLog:7
> +	   Make sure the allocated vector has a capacity of 1, since that is
> +	   far and away the most common case.

You could go higher than 1 if you wanted to, since these are always on the
stack anyway.


More information about the webkit-reviews mailing list