Re: [Qemu-devel] [PATCH 0/6] target-arm: reduce usage of global env

2011-05-26 Thread Peter Maydell
On 25 May 2011 17:00, Peter Maydell wrote: > This patchset is largely aimed at rolling back the changes from an > earlier patchset of mine: > http://lists.gnu.org/archive/html/qemu-devel/2011-04/msg00244.html Some of these patches include the same TCGv_i32/_ptr error fixed in http://patchwork.ozl

Re: [Qemu-devel] [PATCH 0/6] target-arm: reduce usage of global env

2011-05-26 Thread Peter Maydell
On 26 May 2011 20:01, Blue Swirl wrote: > On Wed, May 25, 2011 at 7:00 PM, Peter Maydell > wrote: >> This obviously still leaves some global CPUState use in op_helper.c, >> but it's a move in the right direction. > > Have you seen any measurable changes in performance? The discussion > about the

Re: [Qemu-devel] [PATCH 0/6] target-arm: reduce usage of global env

2011-05-26 Thread Blue Swirl
On Wed, May 25, 2011 at 7:00 PM, Peter Maydell wrote: > This patchset is largely aimed at rolling back the changes from an > earlier patchset of mine: > http://lists.gnu.org/archive/html/qemu-devel/2011-04/msg00244.html > which made various Neon helper routines use the correct FP status > flags by

[Qemu-devel] [PATCH 0/6] target-arm: reduce usage of global env

2011-05-25 Thread Peter Maydell
This patchset is largely aimed at rolling back the changes from an earlier patchset of mine: http://lists.gnu.org/archive/html/qemu-devel/2011-04/msg00244.html which made various Neon helper routines use the correct FP status flags by having them use the global env. Since we've decided we're tryin