[webkit-reviews] review requested: [Bug 81008] Region::contains(IntPoint) is slow : [Attachment 131680] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 13 11:26:19 PDT 2012


Dana Jansens <danakj at chromium.org> has asked  for review:
Bug 81008: Region::contains(IntPoint) is slow
https://bugs.webkit.org/show_bug.cgi?id=81008

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

------- Additional Comments from Dana Jansens <danakj at chromium.org>
Removed the early-out on if (isEmpty()). The first for loop will break
immediately anyhow, so this is just adding extra comparisons.


More information about the webkit-reviews mailing list