On Tue, Oct 13, 2009 at 11:08 AM, ron minnich rminnich@gmail.com wrote:
On Tue, Oct 13, 2009 at 9:26 AM, Stefan Reinauer stepan@coresystems.de wrote:
There's no benefit of using heap over using stack, so why bother?
beats me. I'm responding to something that people seem to feel is an issue.
:)
The issue is that it is forcing every platform to increase its stack size. The old default was 8K. The new default is 32K. I just wanted to make sure that it was clear why we're choosing 32K and that it wouldn't cause a problem for any boards to have their stack increased by such a large amount.
This is the same patch with 32K as the default stack size.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles