Scaling rdmd up: build package at a time

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sat Jun 6 06:03:11 PDT 2015


On 2015-06-05 18:15, Andrei Alexandrescu wrote:
> This is a self-contained and really fun project:
>
> https://issues.dlang.org/show_bug.cgi?id=14654

It looks like you want to support incremental compilation. Two questions:

* Is that possible? I know there has been some problems with this in the 
past, i.e. not all symbols were outputted to all object files

* Why rebuild a whole directory when it could only rebuild a single file?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list