We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I just tried a clang build with -Wstack-usage switched on.
The winner for the most stack usage is the following code:
void grow(unsigned AtLeast) {
Would there be any value in reducing the stack usage of this function downto about 64K, the next highest stack usage function ?