Uncalled functions in hello world

Jonathan Marler johnnymarler at gmail.com
Wed Apr 8 15:50:41 UTC 2020


On Wednesday, 8 April 2020 at 13:57:47 UTC, Stefan Koch wrote:
> The current phobos hello world
> import std.stdio;
> void main() { "Hello World".writeln; }
> generates a list of 36 functions which are generated and 
> emitted but not called, and therefore presumably only used at 
> compile time
>
> [...]

This is uncalled for.


More information about the Digitalmars-d mailing list