Re: [Maria-developers] [Commits] Rev 2840: Fixed LP bug #668290. in file:///home/igor/maria/maria-5.3-mwl128-bug668290/

2010-10-30 Thread Sergey Petrunya
Hello Igor, Plese find the comments below. On Sat, Oct 30, 2010 at 12:56:10PM -0700, Igor Babaev wrote: At file:///home/igor/maria/maria-5.3-mwl128-bug668290/ revno: 2840 revision-id:

[Maria-developers] gcc -Wframe-larger-than

2010-10-30 Thread Sergei Golubchik
Hi, Just noticed that gcc has a warning option -Wframe-larger-than=LEN that makes gcc to warn about functions with stack frames larger than LEN. Considering a recent issue when we had a 130K structure on the stack (which did overflow the stack in some cases), it may be a good idea to enable this