[Webkit-unassigned] [Bug 93606] [Qt] UpdateAtlas is wasting memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 9 05:25:12 PDT 2012


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





--- Comment #1 from Balazs Kelemen <kbalazs at webkit.org>  2012-08-09 05:25:36 PST ---
Created an attachment (id=157444)
 --> (https://bugs.webkit.org/attachment.cgi?id=157444&action=review)
debug code

With this patch I see that:
Atlas cache fail; requiredDim=512, bufsize=4000000, usedBytes=1572864
a lot of times. So if I'm not wrong we use only ~1.5 MB from the ~4 MB surface we allocate (maybe a bit more for smaller tiles but those are rare so it does not make it much better).

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