Improve memory usage of Connections and signal handlers.
authorMichael Brasser <michael.brasser@nokia.com>
Mon, 14 May 2012 05:51:28 +0000 (15:51 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 18 May 2012 00:24:35 +0000 (02:24 +0200)
commit2d2580838d580edbac22a2cf906a4d6da2d670ef
tree33dedd58a0e06b5e93386c867667a67b82672169
parent4c9b4c951934a3ba277dcbf565215305a27d2e06
Improve memory usage of Connections and signal handlers.

Following the pattern of 330152354aed8496ac78d145e14b25ee2d7bf8fb, store
the source as Utf8. Keep one less copy of the source when possible.

Change-Id: Ifa5f5fdc9ea3d48e904489dc262145eff36e710c
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
src/qml/qml/qqmlboundsignal.cpp
src/qml/qml/qqmlboundsignal_p.h
src/quick/util/qquickconnections.cpp