Tell GC to use shared memory

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Oct 8 03:20:38 PDT 2015


GC is chosen at link time simply to satisfy unresolved symbols. 
You only need to compile your modified GC and link with it, it 
will be chosen instead of GC from druntime, no need to recompile 
anything else.


More information about the Digitalmars-d-learn mailing list