Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Object property binding optimization | Aaron Kennedy | 2009-08-11 | 1 | -5/+30 |
| | | | | | Add a binding optimization that hits anchors.fill: parent | ||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -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. |