| 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> |
|---|---|---|
| ||
| Previous by Date: | [Bug rtl-optimization/30065] Could use indexed addressing to reduce const costs, amylaar at gcc dot gnu dot org |
|---|---|
| Next by Date: | [Bug c++/30066] option to make inline functions hidden, mrs at apple dot com |
| Previous by Thread: | [Bug rtl-optimization/30065] New: Could use indexed addressing to reduce const costs, amylaar at gcc dot gnu dot org |
| Next by Thread: | [Bug c++/30066] option to make inline functions hidden, mrs at apple dot com |
| Indexes: | [Date] [Thread] [Top] [All Lists] |