Well in D the semantics of a module are independent of where it is imported from. So you can parse/analyze a module once and reuse that information, while with single object builds you'll have to redo this work for each import.

On Fri, 15 Jul 2011 00:29:02 +0200, Trass3r <[email protected]> wrote:

It can't:
  - build import graphs and do partial rebuilds (waste of time with D)

dmd, not D! ;)


Reply via email to