On Tuesday, 26 January 2016 at 15:51:22 UTC, deadalnix wrote: > > Now, D can do the exact same as C++ . > That is a lie. Large parts of druntime still allocate GC memory and thus will cause the GC to run. For example core.thread. We need a solution where druntime can be used without druntime ever doing a single allocation through the gc.