aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arrayobject.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-10-22 16:00:35 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2014-10-27 15:19:10 +0100
commit8539aa87345fc9a972d9b400fa42fd742b01d4ed (patch)
treec3b40f383f75871e4d545140062c10eb10bf98c4 /src/qml/jsruntime/qv4arrayobject.cpp
parent51d8f62dacc9b37a50e522162d5438a624ee9168 (diff)
Reduce size of ArrayData by one pointer
The pointer to the real data is not required anymore, as it always follows the class itself. Like this we save one pointer of overhead, and one indirection when doing reads and writes of array data. Change-Id: If6afdac8e97b57420b50e7b7eb8979f77e8dbbcf Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4arrayobject.cpp')
0 files changed, 0 insertions, 0 deletions