qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 0/6] Convert softmmu-template into normal co


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH 0/6] Convert softmmu-template into normal code
Date: Mon, 23 Apr 2018 12:35:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 20/04/2018 20:35, Emilio G. Cota wrote:
> The executable is now larger:
> 
> - before:
>    text    data     bss     dec     hex filename
> 9864951 2944592 4371560 17181103        10629af 
> aarch64-softmmu/qemu-system-aarch64
> 
> - after:
>    text    data     bss     dec     hex filename
> 9892095 2944592 4371560 17208247        10693b7 
> aarch64-softmmu/qemu-system-aarch64
> 
> By removing flatten we can decrease the overall size, but this might affect 
> perf:
>    text    data     bss     dec     hex filename
> 9849967 2944592 4371560 17166119        105ef27 
> aarch64-softmmu/qemu-system-aarch64

This does suggest that always_inline is preferrable to flatten...

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]