Re: [PATCH 14/17] KVM: monolithic: x86: inline more exit handlers in vmx.c

From: Paolo Bonzini
Date: Mon Sep 23 2019 - 21:25:42 EST


On 24/09/19 03:00, Andrea Arcangeli wrote:
> Before and after this specific commit there is a difference with gcc 8.3.
>
> full patchset applied
>
> 753699 87971 9616 851286 cfd56 build/arch/x86/kvm/kvm-intel.ko
>
> git revert
>
> 753739 87971 9616 851326 cfd7e build/arch/x86/kvm/kvm-intel.ko
>
> git reset --hard HEAD^
>
> 753699 87971 9616 851286 cfd56 build/arch/x86/kvm/kvm-intel.ko
>
> git revert
>
> 753739 87971 9616 851326 cfd7e build/arch/x86/kvm/kvm-intel.ko

So it's forty bytes. I think we can leave this out.

Paolo