On Wednesday, 26 May 2021 at 04:59:36 UTC, Ola Fosheim Grostad wrote: >> int i = stat(stringz(name).ptr, &statbuf)); > > This cannot... Well, actually it could use alloca if you are 100% sure stringz is inlined, but it would be bad in a loop.