Re: [Qemu-devel] [PATCH v2 0/5] target-arm: misc optimizations

2012-09-25 Thread Peter Maydell
On 21 September 2012 20:33, Aurelien Jarno wrote: > This patch series optimizes the ARM target by: > - using globals instead of ld/st function > - using TCG code instead of helpers > - marking some helpers const and pure My slightly dubious benchmark script seems to show improvements of betwee

[Qemu-devel] [PATCH v2 0/5] target-arm: misc optimizations

2012-09-21 Thread Aurelien Jarno
This patch series optimizes the ARM target by: - using globals instead of ld/st function - using TCG code instead of helpers - marking some helpers const and pure -- Changes v1 -> v2 - updated patch 3 to use movcond instead of setcond. Also converted sar. - updated patch 4 following changes i