Re: [libvirt] [PATCH 00/20] Remove large stack allocations

2011-04-05 Thread Matthias Bolte
2011/4/4 Daniel P. Berrange : > On Sun, Apr 03, 2011 at 11:21:13AM +0200, Matthias Bolte wrote: >> This is meant for post-0.9.0. >> >> The series removes many large stack allocations from the code base and makes >> it compile with -Wframe-larger-than=2500. This was inspired by Dan's patch >> for >

Re: [libvirt] [PATCH 00/20] Remove large stack allocations

2011-04-04 Thread Daniel P. Berrange
On Sun, Apr 03, 2011 at 11:21:13AM +0200, Matthias Bolte wrote: > This is meant for post-0.9.0. > > The series removes many large stack allocations from the code base and makes > it compile with -Wframe-larger-than=2500. This was inspired by Dan's patch for > using gnulib's manywarnings & warnings

[libvirt] [PATCH 00/20] Remove large stack allocations

2011-04-03 Thread Matthias Bolte
This is meant for post-0.9.0. The series removes many large stack allocations from the code base and makes it compile with -Wframe-larger-than=2500. This was inspired by Dan's patch for using gnulib's manywarnings & warnings modules [1]. Where he mentioned that currently -Wframe-larger-than=20480