qt5base-lts/src/tools
Robin Burchell 7be255156f Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.
Just like qMalloc/qRealloc/qFree, there is absolutely no reason to wrap these
functions just to avoid an include, except to pay for it with worse runtime
performance.

On OS X, on byte sizes from 50 up to 1000, calling memset directly is 28-15%
faster(!) than adding an additional call to qMemSet. The advantage on sizes
above that is unmeasurable.

For qMemCopy, the benefits are a little more modest: 16-7%.

Change-Id: I98aa92bb765aea0448e3f20af42a039b369af0b3
Reviewed-by: Giuseppe D'Angelo <dangelog@gmail.com>
Reviewed-by: John Brooks <john.brooks@dereferenced.net>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-04-11 10:46:19 +02:00
..
bootstrap Remove -DQT_NO_STL from the bootstrapped builds 2012-04-07 05:19:56 +02:00
moc Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents. 2012-04-11 10:46:19 +02:00
qdbuscpp2xml Merge master into api_changes 2012-03-27 19:22:48 +02:00
qdbusxml2cpp Bootstrap qdbusxml2cpp 2012-03-18 14:14:19 +01:00
qdoc Merge remote-tracking branch 'origin/master' into api_changes 2012-04-10 15:31:45 +02:00
rcc Merge remote-tracking branch 'origin/master' into api_changes 2012-04-10 15:31:45 +02:00
uic Remove QWorkspace. 2012-03-23 13:22:10 +01:00
tools.pro Bootstrap qdbuscpp2xml. 2012-03-18 14:14:42 +01:00