On Thursday, 26 September 2013 at 19:31:06 UTC, Jacob Carlborg wrote:
On 2013-09-26 16:02, ProgrammingGhost wrote:
I assume D can do incremental builds? How fast is the compile time compared to C++? Is it slower? C++ only has to read its header files and D would need to look at the entire project source code (or obj files?).

There are some known problems with incremental builds in D. Something about not all symbols are outputted to all object files. You can search these newsgroups. Tomaz tried quite hard to do proper incremental builds but run into problems.

Some of those has been just recently fixed ;)

Reply via email to