Compilation strategy

Paulo Pinto pjmlp at progtools.org
Sun Dec 16 05:22:04 PST 2012


Am 16.12.2012 13:13, schrieb Blub:
>> On Sat, 2012-12-15 at 16:55 +0000, Russel Winder wrote:
>>> A quick straw poll.  Do people prefer to have all sources compiled in a
>>> single compiler call, or (more like C++) separate compilation of each
>>> object followed by a link call.
>
> Separate compilation imposes continuous re-processing of files.

Since when?

The main idea about modules is exactly to only process files when they 
are compiled, once.

Don't mix modules with C and C++ translation units.

--
Paulo



More information about the Digitalmars-d mailing list