Re: [PATCH v2 0/1] Improve inlining

2025-06-04 Thread Aleksandar Rakic
; richard.guent...@gmail.com; ja...@redhat.com; Aleksandar Rakic Subject: [PATCH v2 0/1] Improve inlining From: Aleksandar Rakic Robert Suchanek (1): Possible inlining improvements with -Os gcc/ipa-inline.cc | 4 +++- gcc/params.opt| 8 2 files changed, 11 insertions(+), 1 deletion

[PATCH v2 0/1] Improve inlining

2025-03-17 Thread Aleksandar Rakic
From: Aleksandar Rakic Robert Suchanek (1): Possible inlining improvements with -Os gcc/ipa-inline.cc | 4 +++- gcc/params.opt| 8 2 files changed, 11 insertions(+), 1 deletion(-) -- 2.34.1

[PATCH v2 0/1] Improve inlining

2025-03-17 Thread Aleksandar Rakic
This patch series improves the inlining in GCC. This patch is cherry-picked from the mips_rel/9_3_0/master branch from the MIPS' repository: https://github.com/MIPS/gcc . Further details on the individual changes are included in the respective patch.