Files
swift-mirror/lib/Driver/Compilation.cpp
Jordan Rose addfed670d [Driver] Schedule dirty-because-dependent jobs more eagerly.
Previously, the driver waited for the first set of known-dirty jobs to
finish before doing /any/ dependency analysis. This was correct, but
could take a lot longer (consider waiting for one touched file to compile
and then finding out that it affects three others, when all four could
have been built in parallel). This only affects the incremental build.

Swift SVN r23967
2014-12-17 00:26:26 +00:00

14 KiB