Re: RFC: Minimizing stack sizes on tests

2016-01-16 Thread Nick Withers
On Fri, 2016-01-15 at 17:00 -0600, Joel Sherrill wrote: > Hi > > In the dark ages of RTEMS, the stack size argument wasn't really give > much > thought when writing the tests. As we move down in target size, I am > wondering if we should make as many of the tests as possible use the > default stac

RFC: Minimizing stack sizes on tests

2016-01-15 Thread Joel Sherrill
Hi In the dark ages of RTEMS, the stack size argument wasn't really give much thought when writing the tests. As we move down in target size, I am wondering if we should make as many of the tests as possible use the default stack size. Isaac's reduction of stack size made me think of this. It may