Skip to content
Commit 285ca9e9 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: emulate: speed up do_insn_fetch



Hoist the common case up from do_insn_fetch_byte to do_insn_fetch,
and prime the fetch_cache in x86_decode_insn.  This helps a bit the
compiler and the branch predictor, but above all it lays the
ground for further changes in the next few patches.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 41061cdb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment