Use a QVector instead of a QList
authorLars Knoll <lars.knoll@digia.com>
Wed, 2 Oct 2013 13:14:45 +0000 (15:14 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 3 Oct 2013 06:52:11 +0000 (08:52 +0200)
commita0a037c4651902f43c686dd92b64c98800c0a3a7
tree1d8a79cf0d5410997331a846148d3e9abb48ae03
parentb5198ce221c67c9772b3a205fd3823a9c516a9ec
Use a QVector instead of a QList

This makes the code go quite a bit faster (saves ~7-8% of the
total amount of instructions executed when running crypto.js

Change-Id: I6b3bd08eca98b45593262e2fc6e0ce5056257e76
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/compiler/qv4isel_moth.cpp
src/qml/compiler/qv4regalloc.cpp
src/qml/compiler/qv4regalloc_p.h
src/qml/compiler/qv4ssa.cpp
src/qml/compiler/qv4ssa_p.h