proposal: lazy compilation model for compiling binaries

Martin Nowak code at dawg.eu
Sun Jun 23 17:23:52 PDT 2013


On 06/22/2013 11:20 AM, Dicebot wrote:
> D has "export" keyword that I always expected to do exactly this until
> have found out it is actually platform-dependent and useless.
It's buggy and useful.
http://d.puremagic.com/issues/show_bug.cgi?id=9816
We should try to strive for -fvisibility=hidden on UNIX because it 
allows to optimize non-exported symbols and because we need explicit 
exports for anyhow.


More information about the Digitalmars-d mailing list