Runtime?

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


Great ... accidentally pressed send.

So my question was:

Why does even a simple empty empty statement like this, compiled 
with DMD, show under windows a almost 1.7MB memory usage?

void main()
{
   while(true){}
}

The same in C/C++ is simply 0.1MB. This is why i asked the 
question if the runtime is somehow responsible?


More information about the Digitalmars-d mailing list