[Webkit-unassigned] [Bug 84393] Avoid calling updateCompositingLayers() more than once before each render

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 17:46:24 PST 2012


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





--- Comment #9 from James Robinson <jamesr at chromium.org>  2012-11-29 17:48:40 PST ---
The RunLoop can spin many many times in between frames (hopefully each operation isn't blocking for 16ms), so I think just tracking that by itself will still produce a lot of unnecessary uCL() calls.

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