A user would like an option to mark all inline functions (foo in this case):
extern void bar(); inline void foo() { bar(); } void doit() { foo(); } as hidden, kinda like what -fvisibility-inlines-hidden does for inline methods. I gather this is so that runtime binding is limited to make startup faster and to improve codegen. -- Summary: option to make inline functions hidden Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mrs at apple dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30066