On the performance of building D programs

Vladimir Panteleev vladimir at thecybershadow.net
Sun Apr 7 06:27:55 PDT 2013


On Sunday, 7 April 2013 at 11:45:38 UTC, Andrej Mitrovic wrote:
> Would this work?

I think so, however the main challenge is that rdmd doesn't track 
dependencies between each module. It just has a list of files 
that take part in the build. We'd need to improve either the -v 
output (to include inter-module dependencies) or -deps output (to 
include import()-ed files) to provide that information to rdmd.


More information about the Digitalmars-d mailing list