Re: [swift-dev] Compilation performance

2016-11-04 Thread Ben Asher via swift-dev
This is awesome. Thanks Graydon!! Ben On Wed, Nov 2, 2016 at 6:43 PM, Graydon Hoare via swift-dev < swift-dev@swift.org> wrote: > Hi, > > I've been working a bit on testing infrastructure for systematically > improving swiftc compilation performance. Attached is a document > summarizing both the

[swift-dev] Compilation performance

2016-11-02 Thread Graydon Hoare via swift-dev
Hi, I've been working a bit on testing infrastructure for systematically improving swiftc compilation performance. Attached is a document summarizing both the machinery I put together, and an example (small) bug recently fixed, as a case study showing how to use it. I'd like to encourage folks