Don't use a QVector to store the array data
authorLars Knoll <lars.knoll@digia.com>
Sun, 3 Feb 2013 21:08:39 +0000 (22:08 +0100)
committerErik Verbruggen <erik.verbruggen@digia.com>
Wed, 6 Feb 2013 14:47:30 +0000 (15:47 +0100)
commit6db89bc9720fb4c1ac948a469d5c53535c84c0e7
tree40f847aa70225cb49f2c62564a2edcea55079ac7
parent4a1eba48a10c7b4eae8e0f5dc8ee80edc23b8e63
Don't use a QVector to store the array data

Refactor the code to store the array data in a simple
C array. This will later on allow for direct inline
access to the data.

Change-Id: Ic829bf1a90abfcda27ab4291cb7d5721bbd58403
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
src/v4/qv4arrayobject.cpp
src/v4/qv4jsonobject.cpp
src/v4/qv4object.cpp
src/v4/qv4object.h
src/v4/qv4objectiterator.cpp