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