Stack frames larger than 4K should be rejected, but what if I want more
ag0aep6g
anonymous at example.com
Mon Jun 28 23:32:53 UTC 2021
On 28.06.21 21:34, Walter Bright wrote:
> https://github.com/dlang/dmd/blob/master/src/dmd/backend/cod3.d#L3599
From there:
----
if (config.exe & (EX_LINUX | EX_LINUX64))
check = false; // seems that Linux doesn't need
to fault in stack pages
----
Looks like it's not done on Linux.
You might be able to fix issue 17566 by actually enabling that code.
More information about the Digitalmars-d
mailing list