qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 21/48] tcg: Move temp_idx and tcgv_i32_temp debug out of l


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 21/48] tcg: Move temp_idx and tcgv_i32_temp debug out of line
Date: Thu, 1 Jun 2023 22:18:19 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 31/5/23 06:03, Richard Henderson wrote:
Removes a multiplicty of calls to __assert_fail, saving up

"Multiplicity"

to 360kiB of .text space as measured on an x86_64 host.

Old     New     Less    %Change
9257272 8888680 368592  3.98%   qemu-system-aarch64
6100968 5911832 189136  3.10%   qemu-system-riscv64
5839112 5707032 132080  2.26%   qemu-system-mips
4447608 4341752 105856  2.38%   qemu-system-s390x

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/tcg/tcg.h | 30 ++++++++++++++++--------------
  tcg/tcg.c         | 19 +++++++++++++++++++
  2 files changed, 35 insertions(+), 14 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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