template statistics

Jacob Carlborg doob at me.com
Thu Jun 4 09:10:06 UTC 2020


On Wednesday, 3 June 2020 at 14:58:59 UTC, Stanislav Blinov wrote:

> A good `writeln` would not call into C  at all.

What would it do then? Call syscalls in the kernel directly? 
That's more or less only supported on Linux. It's definitely not 
supported on macOS. You can do it, but it's not supported and 
make break at any time. Go used to do that, something broke for 
them and now they're going through the C wrappers.

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list