[swift-evolution] Proposal: Swift should automatically modify your code to improve compile times.
James Campbell
james at supmenow.com
Sat Mar 5 07:25:34 CST 2016
These should be fix its but the problem is the compiler needs to be able to compile it in order to know what needs fixing but it can't do that if it took time to compile ;)
Sent from Supmenow.com
On Sat, Mar 5, 2016 at 5:24 AM -0800, "Amir Michail via swift-evolution" <swift-evolution at swift.org> wrote:
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.
_______________________________________________
swift-evolution mailing list
swift-evolution at swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160305/1b099a8b/attachment.html>
More information about the swift-evolution
mailing list