On 04/26/2017 08:23 AM, Emilio G. Cota wrote:
Instead of unconditionally exiting to the exec loop, use the lookup_and_goto_ptr helper to jump to the target if it is valid.Perf impact: see next commit's log. Signed-off-by: Emilio G. Cota<c...@braap.org> --- target/arm/translate.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~