Object.factory() and exe file size bloat

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 25 01:34:57 PDT 2015


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.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list