1) This document discusses the first results from Eclipse QVTc, which implements the declarative QVT Core (QVTc) specification for model transformations.
2) Optimization techniques like reducing multi-input mappings to single-input mappings with local loops, and analyzing dependencies between mappings to generate an efficient static schedule provided a 30x speedup over naive polling execution.
3) While more optimizations are still needed, particularly for QVT Relational (QVTr), this implementation demonstrates that declarative transformations can be efficiently executed by analyzing the graph of dependencies between mappings.