; 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
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
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.