Re: [Qemu-devel] [PATCH 19/20] target/arm: Promote consecutive memory ops for aa32

2018-10-18 Thread Philippe Mathieu-Daudé
On 11/10/2018 22:52, Richard Henderson wrote: > For a sequence of loads or stores from a single register, > little-endian operations can be promoted to an 8-byte op. > This can reduce the number of operations by a factor of 8. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Da

[Qemu-devel] [PATCH 19/20] target/arm: Promote consecutive memory ops for aa32

2018-10-11 Thread Richard Henderson
For a sequence of loads or stores from a single register, little-endian operations can be promoted to an 8-byte op. This can reduce the number of operations by a factor of 8. Signed-off-by: Richard Henderson --- target/arm/translate.c | 10 ++ 1 file changed, 10 insertions(+) diff --git