proposal: lazy compilation model for compiling binaries

bearophile bearophileHUGS at lycos.com
Sat Jun 22 02:17:43 PDT 2013


Timothee Cour:

> C)
> *caveats:*
> this works when compiling *binaries*, as we know which symbols 
> end up in the final binary for compiling libraries
> (-shared/-static), it works if we have a way to specify which
> symbols are meant to be exported (eg
> https://www.gnu.org/software/gnulib/manual/html_node/Exported-Symbols-of-Shared-Libraries.html).
> Is there, currently?

For D perhaps there are better/nicer ways to do this.

Bye,
bearophile


More information about the Digitalmars-d mailing list