>> Improving incremental mode
>> ==
>>
>> Another area that could use work is the incremental compilation logic in the
>> driver -- that is, reducing the number of times a file is rebuilt when it
>> "doesn't need to be" -- and some of the documentation and driver-level
>
> On 17 Nov 2017, at 01:27, Graydon Hoare via swift-dev
> wrote:
>
> Hi,
>
> This is just an update on some work that's been ongoing in the past several
> months related to tracking and improving Swift compilation performance. I've
> been helping coordinate some of that work: documenting wh