qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 14/22] tcg: take .helpers out of TCGContext


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 14/22] tcg: take .helpers out of TCGContext
Date: Sun, 9 Jul 2017 10:35:57 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/08/2017 09:50 PM, Emilio G. Cota wrote:
Before TCGContext is made thread-local.

The hash table becomes read-only after it is filled in,
so we can save space by keeping just a global pointer to it.

Signed-off-by: Emilio G. Cota<address@hidden>
---
  tcg/tcg.h |  2 --
  tcg/tcg.c | 10 +++++-----
  2 files changed, 5 insertions(+), 7 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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