Eliminate remaining property cache string lookups upon object instantiation
authorSimon Hausmann <simon.hausmann@theqtcompany.com>
Mon, 13 Apr 2015 11:46:40 +0000 (13:46 +0200)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Tue, 21 Apr 2015 06:37:00 +0000 (06:37 +0000)
commit9bf52362545ca3f2eab2f307c4523cf9195365b2
tree6f28ea22d548fb6849ca1dd469f789a5c862f966
parent50bd7d4720eb7d17545734e79a3cef0f42986a06
Eliminate remaining property cache string lookups upon object instantiation

Even for the id property binding we can use the property data cache and
therefore avoid string hashing.

Change-Id: Id9a4ca3159cdfe5ba93060f1bc8626e70140daa1
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/qml/compiler/qqmltypecompiler.cpp
src/qml/qml/qqmlobjectcreator.cpp