[Bug ipa/96352] inflated text section with ipa inline

2020-07-29 Thread rjiejie at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96352 --- Comment #2 from jojo --- (In reply to Richard Biener from comment #1) > It was a bugfix. If you want to have small binaries use -Os. You can also > tune the inliner with various knobs, the most important maybe > --param inline-unit-growth w

[Bug ipa/96352] inflated text section with ipa inline

2020-07-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96352 --- Comment #1 from Richard Biener --- It was a bugfix. If you want to have small binaries use -Os. You can also tune the inliner with various knobs, the most important maybe --param inline-unit-growth which defaults to 40 (40% growth).