This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Code Bloat using GCC 3.2 on Linux


Hi Gaurav,

<snip>


Do you have a number of inline functions in your code ? You could try
tuning that with -finline-limit-X, where X may be reasonably set to a
value between 100 and 5000.


Yes I do, but I'm already using -fno-inline. I guess that should do
away with it?


Yup .

cheers
Ramana


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]