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

2016-06-28 Thread Richard Henderson
On 06/28/2016 03:44 PM, Mark Cave-Ayland wrote: I didn't see the branch rebase onto aa8151b7df here, although I was able to manually rebase the tgt-sparc-2 branch onto git master and build without issues. I pushed it to tcg-sparc if you wanted to see my branch. r~

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

2016-06-28 Thread Mark Cave-Ayland
On 28/06/16 01:38, 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

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

2016-06-27 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