On Sunday, 2 April 2017 at 18:16:43 UTC, Johannes Pfau wrote: > I do not want GC _allocation_ for embedded systems (don't even > want to link in the GC or GC stub code) ;-) Then don't use operator `new`... you're probably using some kind of custom druntime anyway.