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

Reply via email to