summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-02-07 00:22:27 +0100
committerMarc Mutz <marc.mutz@kdab.com>2015-02-12 09:58:45 +0000
commit9400295a7ca6411cb220cd7161db393e11e1f807 (patch)
tree939c74faa21d5f4589c5943bcfa56f3578357972 /src/corelib/io
parenta1036990ff0cefc3558702284c68fa5aff0f3174 (diff)
QTzTimeZonePrivate: replace an inefficient QList with QVector (IV)
The QTimeZonePrivate::Data type is larger than void*, so holding them in QLists is horribly inefficient. In addition, this type is held elsewhere in QVector, so do that here, too. As well as being faster, also saves 1.3K of text size on optimized AMD64 builds. Change-Id: I1ecf3ee0d955f6b19d2269204e2febc2ba2a9d9d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io')
0 files changed, 0 insertions, 0 deletions