GC-less tutorial?

Jacob Carlborg doob at me.com
Sat Apr 7 09:55:27 PDT 2012


On 2012-04-07 17:25, Tove wrote:
> Hi,
>
> are there any good tutorials for using D totally without GC, detailing
> some common pitfalls?
>
> One thing on my wishlist would be a way to detect accidental GC
> allocations resulting from side-effects of every-day operations...
> generating linking errors would be sufficient for detecting this...
>

The GC is plugable at link time, just remove it and you'll get linker 
errors when it's used.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list