Stack frames larger than 4K should be rejected, but what if I want more
Ola Fosheim Grøstad
ola.fosheim.grostad at gmail.com
Sun Jun 27 19:31:40 UTC 2021
On Sunday, 27 June 2021 at 18:56:57 UTC, IGotD- wrote:
> In general I can agree with the rationale to not allow stack
> frames larger than 4K when it comes to normal programming, it
> makes sense.
It makes no sense and would kill a system level language. The
stack depth for Linux is 8MiB. 4KiB isn't even enough to fit a
commonly sized FFT buffer.
More information about the Digitalmars-d
mailing list