qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] nb_globals vs nb_temps


From: Xin Tong
Subject: Re: [Qemu-devel] nb_globals vs nb_temps
Date: Sun, 8 Jan 2012 09:02:30 -0500

    s->nb_temps = s->nb_globals; in tcg_func_start.

Is it still possible to allocated TCGTemp globals after tcg_func_start
is called. If it is allowed, aren't global temps and local temps going
to become interleaved ?


Thanks

Xin

On Sun, Jan 8, 2012 at 8:37 AM, Peter Maydell <address@hidden> wrote:
> On 8 January 2012 13:05, Xin Tong <address@hidden> wrote:
>> From the line of comment at TCGTemp * temps. The  "globals first,
>> temps after". Whenever a global/temp is allocated, the
>> nb_globals/nb_temps is incremented. nb_globals is set to 0 when the
>> tcg is initialized, but i can not find where nb_temps is set. Anyone
>> care to answer ?
>
> tcg_func_start().
>
> -- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]