Skip to content
Snippets Groups Projects
Commit a203ac70 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

memory: extract first iteration of address_space_read and address_space_write


We want to inline the case where there is only one iteration, because
then the compiler can also inline the memcpy.  As a start, extract
everything after the first address_space_translate call.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent eb7eeb88
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment