[swift-evolution] Proposal: Swift should automatically modify your code to improve compile times.

Amir Michail a.michail at me.com
Sat Mar 5 07:23:44 CST 2016


I think it’s too much to require Swift developers not just to profile their code to improve running times but also to profile the compilation of their code to reduce compile times.

Swift should automatically identify expressions that took too long to compile and automatically insert type annotations in the source code to speed up future compiles of those expressions.




More information about the swift-evolution mailing list