Re: Stack usage tasks

2005-04-01 Thread Jörn Engel
On Fri, 1 April 2005 12:17:23 +0200, Jörn Engel wrote: > On Thu, 31 March 2005 23:19:41 +0200, Adrian Bunk wrote: > > > > Jörn, can you send a list of call paths with a stack usage > 3kB when > > compiling with gcc 3.4 and unit-at-a-time (or tell me how to generate > > these lists)? > > I'll do

Re: Stack usage tasks

2005-04-01 Thread Jörn Engel
On Thu, 31 March 2005 23:19:41 +0200, Adrian Bunk wrote: > > Jörn, can you send a list of call paths with a stack usage > 3kB when > compiling with gcc 3.4 and unit-at-a-time (or tell me how to generate > these lists)? I'll do a spin over the weekend. If you want to generate the lists, you can

Re: Stack usage tasks

2005-03-31 Thread Adrian Bunk
On Thu, Mar 31, 2005 at 12:43:38PM -0800, Roland Dreier wrote: > > The task I'm suggesting was therefore: > > - remove the -fno-unit-at-a-time in arch/i386/Makefile in your private > > kernel sources > > - use gcc 3.4 > > - reduce the stack usages in call paths > 3kB > > This

Re: Stack usage tasks

2005-03-31 Thread Roland Dreier
> The task I'm suggesting was therefore: > - remove the -fno-unit-at-a-time in arch/i386/Makefile in your private > kernel sources > - use gcc 3.4 > - reduce the stack usages in call paths > 3kB This is a good idea. However, I might suggest using gcc 4.0 (you'll have to use