-
Paolo Bonzini authored
This condition is true in the common case, so we can cut out the body of the function. In addition, this makes it easier for the compiler to do at least partial inlining, even if it decides that fully inlining the function is unreasonable. Reviewed-by:
Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>Paolo Bonzini authoredThis condition is true in the common case, so we can cut out the body of the function. In addition, this makes it easier for the compiler to do at least partial inlining, even if it decides that fully inlining the function is unreasonable. Reviewed-by:
Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Loading