Don't use a QVector to hold the member data
authorLars Knoll <lars.knoll@digia.com>
Sun, 3 Feb 2013 11:34:32 +0000 (12:34 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 4 Feb 2013 14:49:59 +0000 (15:49 +0100)
commit10f24399a7c626f6c497bd47d5aff6e212dcc0cb
tree3dc632f11d529b85acc98bbcabde06c1732344b1
parentb18b6ecbfd55903d57bb8853b2ad614c083647ec
Don't use a QVector to hold the member data

We don't need any implicit sharing or atomic refcounting.
In addition, array access is faster this way.

Change-Id: I85e897b74bad92e126e7502fa8e934c9519b4a63
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/v4/qv4object.cpp
src/v4/qv4object.h
src/v4/qv4objectiterator.cpp