Runtime?

Wulfklaue via Digitalmars-d digitalmars-d at puremagic.com
Wed May 24 00:50:01 PDT 2017


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)
	{}
}



More information about the Digitalmars-d mailing list