qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 20b/27] tcg: Vary the allocation size for TCGOp


From: Richard Henderson
Subject: Re: [PATCH v4 20b/27] tcg: Vary the allocation size for TCGOp
Date: Sun, 18 Dec 2022 14:44:18 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 12/18/22 13:49, Philippe Mathieu-Daudé wrote:
+ found:
      memset(op, 0, offsetof(TCGOp, link));
      op->opc = opc;
-    s->nb_ops++;
+    op->nargs = nargs;

We can move this assignation before the 'found' label.

No, affected by the memset.


r~



reply via email to

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