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
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