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

2012-09-26 Thread Peter Maydell
On 25 September 2012 23:51, 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 I've put this series into target-arm.next. Thanks! -- PMM

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

2012-09-25 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 v3 -> v2 - removed useless code from patch 3 Changes v1 -> v2 - updated patch 3 to use movcond instead of setcond. Als