On 4 December 2013 22:29, Richard Henderson <r...@twiddle.net> wrote:
> On 12/05/2013 11:14 AM, Peter Maydell wrote:
>> It doesn't need initialization, does it? It's a static array, and we
>> fill it as new temps are requested. So all we need to do is clear
>> the count so it starts "empty". Or have I missed something?
>
> Well, barring bugs, no.
>
> But I suggested clearing to TCGV_UNUSED for --enable-tcg-debug at minimum so 
> as
> to catch those.

Bugs in the alloc/free code don't seem very likely since they're
very small functions which never change, but I guess it won't hurt.

-- PMM

Reply via email to