how to allocate class without gc?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jan 28 04:37:59 PST 2016


On Wednesday, 27 January 2016 at 22:39:54 UTC, Igor wrote:
> Ultimately I want no GC dependency. Is there an article that 
> shows how this can be done?

You can link with gcstub 
https://github.com/D-Programming-Language/druntime/blob/master/src/gcstub/gc.d it will replace GC completely.


More information about the Digitalmars-d-learn mailing list