Does the compiler always semantically analyze everything in a project?

Marco Leise via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Nov 13 07:16:42 PST 2014


Specifically, when I put some code in a separately compiled
lib, does that save me anything in terms of files that have to
be analyzed or will dmd always go through every file that can
be reached through includes ? (.di files are out of question,
because they have issues)

-- 
Marco



More information about the Digitalmars-d-learn mailing list