gcc-bugs@gcc.gnu.org
[Top] [All Lists]

[Bug c++/30066] New: option to make inline functions hidden

Subject: [Bug c++/30066] New: option to make inline functions hidden
From: "mrs at apple dot com"
Date: 4 Dec 2006 19:25:49 -0000
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

<Prev in Thread] Current Thread [Next in Thread>