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

2016-01-15 Thread Artyom Tarasenko
On Fri, Jan 8, 2016 at 4:08 PM, Richard Henderson wrote: > On 12/29/2015 10:59 AM, Mark Cave-Ayland wrote: >> If there are explicit bug-fixes related to above then my preference >> would be to have them as a separate patchset outside of the performance >> improvements, but then if this isn't feasi

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

2016-01-08 Thread Richard Henderson
On 12/29/2015 10:59 AM, Mark Cave-Ayland wrote: > If there are explicit bug-fixes related to above then my preference > would be to have them as a separate patchset outside of the performance > improvements, but then if this isn't feasible then I don't feel that > this should block getting this pat

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

2015-12-29 Thread Mark Cave-Ayland
On 17/12/15 20:54, 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 from backing s

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

2015-12-17 Thread Richard Henderson
On 12/17/2015 12:54 PM, 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 from backing sto

[Qemu-devel] [PATCH 00/25] target-sparc improvements

2015-12-17 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. This patch set is relative to the "Improve spa