[Webkit-unassigned] [Bug 126970] [ATK] AXChildrenChanged notification handling is a performance black hole

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 14 02:01:14 PST 2014


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





--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2014-01-14 01:58:53 PST ---
Commenting out that code block reduces the time of load from 60 seconds down to 15 seconds.

The ref-deref cycle is fired more than a million times during the load, and AccessibilityObject::updateBackingStore() is called twice per cycle, causing additional work that hinders the performance.

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