diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2015-01-23 23:07:34 -0800 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@intel.com> | 2015-02-15 06:35:38 +0000 |
commit | 8d9d2a7b8568c4c067252e6ca9eea45de7a743a5 (patch) | |
tree | 35921ca48095680b360b535be55747d53bed1195 /examples/widgets/tools/echoplugin/plugin | |
parent | dbd21d087954bef315f8ec60535aa81b94680c22 (diff) | |
download | qtbase-8d9d2a7b8568c4c067252e6ca9eea45de7a743a5.tar.gz |
Optimize the Latin1 conversion code in the JSON parser with SSE2
This also reduces the number of variables modified in each loop from two
(l and i) to one (just i) and avoids calling str.length() all the
time. Those should be no-op changes, but why not help the optimizer?
Change-Id: I8895c35f84d545dba45bffff13bc4147ae53eaab
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'examples/widgets/tools/echoplugin/plugin')
0 files changed, 0 insertions, 0 deletions