Re: [Qemu-devel] [PATCH v5 16/19] tcg-arm: Improve scheduling of tcg_out_tlb_read

2013-04-22 Thread Aurelien Jarno
On Sun, Mar 31, 2013 at 03:35:02PM -0700, Richard Henderson wrote: > The schedule was fully serial, with no possibility for dual issue. > The old schedule had a minimal issue of 7 cycles; the new schedule > has a minimal issue of 5 cycles. > > Signed-off-by: Richard Henderson > --- > tcg/arm/tcg

[Qemu-devel] [PATCH v5 16/19] tcg-arm: Improve scheduling of tcg_out_tlb_read

2013-03-31 Thread Richard Henderson
The schedule was fully serial, with no possibility for dual issue. The old schedule had a minimal issue of 7 cycles; the new schedule has a minimal issue of 5 cycles. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.c | 110 ++- 1 file chang