[Webkit-unassigned] [Bug 56770] Speed up HitTestResult

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 21 15:21:14 PDT 2011


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





--- Comment #7 from Geoff Pike <gpike at chromium.org>  2011-03-21 15:21:14 PST ---
Thanks for the review!

OK, I put the "for (...)" on one line.

The bot anger was because some compilers are not optimizing
"if (!x) { if (x) ...; y; }" to "if (!x) y;" before instantiating templates. That should be fixed by moving the offending code to the .cpp file where it has the definition of WebCore::Node available.

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