"Maurizio Papini" <maurizio.papini@xxxxxxxxx> writes: > Is there any option to perform a static stack analysis for c++/c? Mainline gcc has a new option -Wframe-larger-than=LEN which warns about large stack frames. It's not in 4.3.0, though. If you mean something else, I think you will have to explain what you mean by "static stack analysis." Ian