Object.factory() and exe file size bloat

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Sat Aug 22 15:08:48 PDT 2015


On Saturday, 22 August 2015 at 21:56:25 UTC, Walter Bright wrote:
> On 8/22/2015 1:22 PM, David Nadlinger wrote:
>> One of the use cases for export on Linux would be to set the 
>> ELF visibility
>> based on it. Emitting all the symbols with default visibility, 
>> like we currently
>> do, leads to size and load time problems with large libraries. 
>> Big C++ projects
>> are plagued regularly by this (cf. "-fvisibility=hidden").
>
> A bugzilla enhancement request for this would be nice.

https://issues.dlang.org/show_bug.cgi?id=9893

  – David


More information about the Digitalmars-d mailing list