Link time optimization in D

Alex Makhotin alex at bitprox.com
Tue Jun 1 03:52:37 PDT 2010


Vladimir Panteleev wrote:
> 
> I assume that the standard library is not subjected to link-time 
> optimization, because all code is used from the .lib.
> 

What I think is that the libphobos2.a and libdruntime.a should be 
available with and without debug information so that the user may choose 
which to link with.
And I guess, what kind of issues may arise from mixing such static libs, 
and what effects this may take on, e.g. memory allocation/deallocation.


-- 
Alex Makhotin,
the founder of BITPROX,
http://bitprox.com


More information about the Digitalmars-d mailing list