-Os & inlining functions used only once

Joern Rennecke amylaar@cambridge.redhat.com
Wed Apr 18 12:52:00 GMT 2001


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



More information about the Gcc mailing list