coding style: Mention the available stack size

This commit is contained in:
Matthias Clasen 2023-11-26 09:07:38 -05:00
parent d72fd951e1
commit d595aff52d

View File

@ -685,6 +685,8 @@ stack-allocated using `g_newa()` or `g_alloca()`. But limit the amount
of stack memory that you consume this way, in particular in recursive
functions.
On Windows, the default stack size we have to work with is 1M.
### Macros
Try to avoid private macros unless strictly necessary. Remember to #undef