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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 14:46:53 PDT 2011


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





--- Comment #14 from Alexey Proskuryakov <ap at webkit.org>  2011-03-22 14:46:53 PST ---
+        cost of HitTestResult(IntPoint()) in EventHandler::mouseMoved()
+        from ~1700 cycles to ~300 cycles.

What are the reasons to believe that it's worth making the code more complicated for this? The improvement is on microsecond scale.

Historically, we had a lot of success making many 1% performance improvements, but it's not obvious if there is any scenario where this would provide 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