qt5base-lts/tests/baselineserver/shared
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
..
baselineprotocol.cpp Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents. 2012-04-11 10:46:19 +02:00
baselineprotocol.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
baselineprotocol.pri Cleaning up the QPainter/arthur testing stuff 2011-06-29 15:10:14 +02:00
lookup3.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qbaselinetest.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qbaselinetest.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qbaselinetest.pri Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00