Object.factory() and exe file size bloat

Daniel Kozák via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 25 02:26:32 PDT 2015


V Tue, 25 Aug 2015 10:34:57 +0200
Jacob Carlborg via Digitalmars-d <digitalmars-d at puremagic.com> napsáno:

> On 2015-08-25 10:18, w0rp wrote:
> > I think this is another case where Walter has got it right, by and
> > large. I think we should try and use 'export' to cut down on binary
> > bloat, and it looks like an acceptable solution.
> >
> > I have said many times, lock your versions down, and don't update
> > your D compiler until you're ready to pay the cost of updating.
> > There is always a cost involved, small or great.
> 
> I'm been doing that and I get a lot of complains from developers how 
> want to use my libraries with later versions of the compiler.
> 

As a library author (ideal case) you need to support both, some stable
branch and some development branch ;-).



More information about the Digitalmars-d mailing list