This is the mail archive of the gcc@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]

Re: -Os & inlining functions used only once


> Ah, that makes sense.  So I'll pre-scan the file myself and mark
> those functions 'inline' :)

Note that due to shortcomings of the register allocator, you often get
smaller code leaving a largish function out-of-line, even when it's
used only once.


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