Changes between Version 2 and Version 3 of QtBackLog
- Timestamp:
- Oct 2, 2009 5:04:29 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtBackLog
v2 v3 15 15 16 16 === QtWebKit problems === 17 * Image decoder changes to greatly reduce memory and load speed. See this [https://bugs.webkit.org/show_bug.cgi?id=27538 bug] for planned changes. The possible impact is quite big. 18 17 19 * Loading of http://en.wikipedia.org/wiki/Maxwell_equations is triggering bad "scheduling". The loading_standalone test has been extracted but is not able to highlight the problem. This is a Qt and QtWebKit issue, it must be understood first. 18 19 * Image decoder changes needs to be measured. Do they make anything faster/slower? Do they consume more or less memory?20 20 21 21 * TCmalloc needs to be tested. Does it make anything faster/slower? How to test memory fragmentation.