qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v6 14/15] tb hash: track translated blocks with


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v6 14/15] tb hash: track translated blocks with qht
Date: Tue, 31 May 2016 09:39:31 +0100
User-agent: mu4e 0.9.17; emacs 25.0.94.4

Emilio G. Cota <address@hidden> writes:

> Having a fixed-size hash table for keeping track of all translation blocks
> is suboptimal: some workloads are just too big or too small to get maximum
<snip>
> Reviewed-by: Alex Bennée <address@hidden>
> Reviewed-by: Richard Henderson <address@hidden>
> Signed-off-by: Emilio G. Cota <address@hidden>
> ---
>  cpu-exec.c              | 86 
> ++++++++++++++++++++++++-------------------------
>  include/exec/exec-all.h |  9 +++---
>  include/exec/tb-hash.h  |  3 +-
>  translate-all.c         | 85 ++++++++++++++++++++++--------------------------
>  4 files changed, 86 insertions(+), 97 deletions(-)

There are some conflicts with master here due to the move of TBContext.

--
Alex Bennée



reply via email to

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