OSDN Git Service

tcg-arm: Improve scheduling of tcg_out_tlb_read
authorRichard Henderson <rth@twiddle.net>
Wed, 13 Mar 2013 06:18:30 +0000 (23:18 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Apr 2013 00:16:45 +0000 (02:16 +0200)
commit702b33b1d5f8fee7e5799af450375671264a9ebd
treebae9a8750240f9ec62adfb5cf626a48b994402c3
parentcee87be80a6e9cc853e07a4d3afc694604c9ac8d
tcg-arm: Improve scheduling of tcg_out_tlb_read

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 <rth@twiddle.net>
tcg/arm/tcg-target.c