Is there a limit for the total variables size on the stack?
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-01-12T15:51:22Z
Indexed on
2010/06/12
3:42 UTC
Read the original article
Hit count: 351
While coding should we consider some limit on the total size of variables created on the stack? If yes, on what basis should we decide it? Is it dependent on OS, Memory Availability etc? Are there any compiler options which can check this?
Any pointers in the direction will also be helpful.
© Stack Overflow or respective owner