On the performance of building D programs

Jacob Carlborg doob at me.com
Sat Apr 6 06:16:57 PDT 2013


On 2013-04-06 13:02, Vladimir Panteleev wrote:

> Why would you want recursive compilation plus specifying multiple modules?

If you're building a library which as a dependency on another library, 
which you build from source. Perhaps not that common.

> For a library, you generally know the exact set of modules to be built.
> If not in a makefile / build script, you could write one dummy module
> that imports all of the library's components, and use that as the root
> of incremental compilation.

Using a dummy module is ugly.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list