On Tuesday, 23 May 2017 at 15:36:45 UTC, Wulfklaue wrote:
> A quick question. After watching the DLang 2017 conference,
> there was mention about the runtime optimizing that is going
> on. Will this have a impact on the default memory usage (on
> small projects )?
Why does even a simple empty:
void main()
{
while(true)
{}
}