summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbindingoptimizations_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Object property binding optimizationAaron Kennedy2009-08-111-5/+30
| | | | | Add a binding optimization that hits anchors.fill: parent
* Abstract expression and binding APIsAaron Kennedy2009-08-101-0/+91
By splitting the interface through which the system interacts with bindings away from a specific implementation, we can introduce highly specialized implementations for specific optimizations. This commit also includes a sample optimization for object properties being assigned directly from a local id.