qt5base-lts/tests/auto/corelib/tools/qstringview
Thiago Macieira f7350ac99e Improve qustrlen further by avoiding the alignment prologue
This avoids looping prior to the main 16-byte loop, by performing one
load that may include bytes prior to the start of the string. This is
guaranteed not to fault, since str points to a valid character, but it
may cause Valgrind to print warnings.

Change-Id: I6e9274c1e7444ad48c81fffd14dcae854bba24b2
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-09-26 18:19:35 +00:00
..
.gitignore Long live QStringView! 2017-03-24 18:34:35 +00:00
qstringview.pro Long live QStringView! 2017-03-24 18:34:35 +00:00
tst_qstringview.cpp Improve qustrlen further by avoiding the alignment prologue 2017-09-26 18:19:35 +00:00