[Webkit-unassigned] [Bug 74798] REGRESSION(r92782): asynchronize and throttle memory cache prune with timer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 01:47:23 PST 2011


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





--- Comment #4 from Wang Zhongping <kewpie.w.zp at hotmail.com>  2011-12-19 01:47:22 PST ---
Thanks for your questions. In fact, Chormium change in r92782 has already existed in almost all of the other ports, per ChangeLog of r92782

      "This causes us to call CachedImage::didDraw() which calls CachedResource::didAccessDecodedData() which updates 
        the LRU for decoded image data and potentially prunes the cache. This is already done by almost all of the other ports."

r92782 is to make Chromium behave the same as other ports, so this performance regression issue not only exists in 
Chromium but also exist in other ports (such as cairo, openvg, qt). This patch will also benefit other ports. It can be 
tested with automated regression test.

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