D2 port of Sociomantic CDGC available for early experiments

Kagamin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Oct 23 04:03:33 PDT 2014


On Thursday, 23 October 2014 at 09:57:38 UTC, Dicebot wrote:
> Uh, what will it link to? extern(C) function like gc_malloc?
> druntime links to those statically itself so you will get 
> application that links to different GC than druntime itself.

The reason is CDGC provides symbols like gc_malloc and after that 
the linker has no reason to pull default GC from the library: it 
doesn't pull what's not necessary.


More information about the Digitalmars-d-announce mailing list