Re: [Qemu-devel] [PATCH v6 19/20] tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION

2013-04-24 Thread Aurelien Jarno
On Tue, Apr 23, 2013 at 01:46:51PM -0700, Richard Henderson wrote: > Move the slow path out of line, as the TODO's mention. > This allows the fast path to be unconditional, which can > speed up the fast path as well, depending on the core. > > Signed-off-by: Richard Henderson > --- > configure

[Qemu-devel] [PATCH v6 19/20] tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION

2013-04-23 Thread Richard Henderson
Move the slow path out of line, as the TODO's mention. This allows the fast path to be unconditional, which can speed up the fast path as well, depending on the core. Signed-off-by: Richard Henderson --- configure | 2 +- include/exec/exec-all.h | 17 +++ tcg/arm/tcg-target.c