shared libraries in D

Christian Kamm kamm-incasoftware at removethis.de
Mon Feb 14 11:44:27 PST 2011


Iain Buclaw wrote:
> Will be making shared libraries default in GDC pretty soon now...

Did you adjust the GC to check the shared libraries' data sections for 
references? When we looked at this for LDC that turned out to slow down GC 
runs significantly.

I'm pretty sure bearophile benchmarked it at the time.

As far as I remember the main problem was that we were scanning all data 
sections - even of plain C libraries.

Regards,
Christian


More information about the Digitalmars-d mailing list