Re: [Qemu-devel] [PATCH v3 00/24] target-sparc improvements

2016-06-24 Thread Artyom Tarasenko
On Thu, Jun 2, 2016 at 2:17 PM, Artyom Tarasenko wrote: > On Thu, Jun 2, 2016 at 7:56 AM, Richard Henderson wrote: >> The primary focus of this patch set is to reduce the number of >> helpers that modify TCG globals, and thus increase the lifetime >> of those globals within each TB, and thus decr

Re: [Qemu-devel] [PATCH v3 00/24] target-sparc improvements

2016-06-02 Thread Artyom Tarasenko
On Thu, Jun 2, 2016 at 7:56 AM, Richard Henderson wrote: > The primary focus of this patch set is to reduce the number of > helpers that modify TCG globals, and thus increase the lifetime > of those globals within each TB, and thus decrease the number > of times that tcg must spill and fill them f

[Qemu-devel] [PATCH v3 00/24] target-sparc improvements

2016-06-01 Thread Richard Henderson
The primary focus of this patch set is to reduce the number of helpers that modify TCG globals, and thus increase the lifetime of those globals within each TB, and thus decrease the number of times that tcg must spill and fill them from backing store. As a byproduct, I also implement the bulk of t