[Webkit-unassigned] [Bug 106304] [Qt] High memory consumption and memory growth in Qt5's WebKit compared to Qt4.8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 09:15:29 PDT 2013


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


Michael Brüning <michael.bruning at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.bruning at digia.com




--- Comment #4 from Michael Brüning <michael.bruning at digia.com>  2013-04-11 09:13:43 PST ---
I found the test application to also incur a higher memory use on Linux with Qt5 than on Qt 4.8.4 (tested with valgrind/massif). This is most likely due to the JS-QObject bridge now being based on the JSC C API and some additional copies in that implementation.

I found the most siginificant spikes in memory usage when using the QString test case and I suspect the changed implementation when converting strings in convertValueToQVariant to be the culprit.

I will see what we can do to get this fixed or at least lower memory usage for this.

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