Building C++ modules

Russel Winder russel at winder.org.uk
Thu Aug 8 10:10:30 UTC 2019


On Wed, 2019-08-07 at 16:04 +0000, Antonio Corbi via Digitalmars-d wrote:
> Hi!
> 
> Jussi Pakkanen (from Meson build system fame) has written this 
> article[1] about compiling C++ code that uses modules. I think 
> it's worth a read.
> 
> Antonio
> 
> [1] 
> https://nibblestew.blogspot.com/2019/08/building-c-modules-take-n1.html

So if C++ has this dependency problem why doesn't D, Go, or Rust?

Chapel developers decided to allow for separate compilation but tend to
advocate who source at once compilation. This is cool as you can do global
optimisation in a way not possible with separate compilation.

If one of D's plus points is fast parsing and compilation, perhaps whole
source at once compilation should be a good thing? 

-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20190808/d0fcf80c/attachment.sig>


More information about the Digitalmars-d mailing list