qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 00/11] Reduce lock contention on TCG hot-path


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 00/11] Reduce lock contention on TCG hot-path
Date: Thu, 14 Jul 2016 14:10:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1


On 14/07/2016 14:02, Alex Bennée wrote:
> Looking at the perf data it looks like the hotest part of the code now
> is cpu_get_tb_cpu_state which is required to get the initial hash to
> search for the next tb.

It should be possible to keep the flags up-to-date in a separate field
of CPUARMState, similar to what x86 does.

Paolo



reply via email to

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