qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] tcg: Mark tcg helpers noinline to avoid an issue with LTO


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tcg: Mark tcg helpers noinline to avoid an issue with LTO
Date: Thu, 19 Jan 2023 17:55:06 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 19/1/23 17:50, Richard Henderson wrote:
Marking helpers __attribute__((noinline)) prevents an issue
with GCC's ipa-split pass under --enable-lto.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1454
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---

Idan, please give this a try.  By inspection, it fixes the issue
with s390x's helper_divs32 function.


r~

---
  include/exec/helper-proto.h | 32 ++++++++++++++++++++++++--------
  1 file changed, 24 insertions(+), 8 deletions(-)

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




reply via email to

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