On Monday, 1 July 2013 at 16:32:55 UTC, Kagamin wrote:
4. If a build server does builds from scratch, shouldn't it be better for performance to compile several source files in one command? Also applies to user builds: when one wants to install a project from source, he usually does it only once and from scratch. Have you any idea, how this affects compilation speed of c, c++ and d? Though dmd frontend can go out of memory.
I think this should be properly solved by making compiler a daemon/server, not by a build tool.
