qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 03/36] tcg: Allocate objects contiguously in temp_allocate


From: Richard Henderson
Subject: Re: [PATCH v5 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
Date: Thu, 26 Jan 2023 09:48:17 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/26/23 07:12, Alex Bennée wrote:
+        ts -= ts->temp_subindex;

This seems a bit magic to me. Are we saying we always know there are
TCGTemps "behind" ts because that is implied by temp_subindex?

Not "implied" so much as "defined".

It might be worth doing some documentation of the various parts of
TCGTemp to help follow this.

Ok.


r~




reply via email to

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