Details
-
Technical task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
2ebee301fd (qt/qtdeclarative/dev) 2ebee301fd (qt/tqtc-qtdeclarative/dev)
Description
ElementPass can do everything that PropertyPass can do but PropertyPass will iterate over every single property binding for every single pass. This has a hefty performance cost attached.
Either remove it or enhance the API to a point where the properties are filtered all at once instead of one of by one.