<br><br><div class="gmail_quote">On Mon, Oct 12, 2009 at 9:47 PM, ron minnich <span dir="ltr"><<a href="mailto:rminnich@gmail.com">rminnich@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mon, Oct 12, 2009 at 8:45 PM, Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>> wrote:<br>
<br>
> The reason we're back on this topic is because we're having trouble nailing<br>
> down the correct values for CONFIG_STACK and CONFIG_HEAP.  I just noticed<br>
> that they don't actually matter in CAR, so we have RAM by the time we even<br>
> check those values.<br>
<br>
</div>understood. OK, let's move along :-)<font color="#888888"><br>
</font></blockquote></div><br>So I guess the question is how should we make sure the stack and heap are sized correctly.  Using malloc to allocate the memory for lzma makes sense, but it is used in CAR too, so that complicates our decision.<br>
<br>I guess in CAR we don't have much of a heap to run into, so everything is on the stack?<br><br>Myles<br>