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]
Other format: [Raw text]

-fkeep-inline-fucntions and unit-at-a-time


Hi,
what should be semantic of -fkeep-inline-functions in unit-at-a-time
compiler?
 a) make compiler to keep inline functions but elliminate all others
 b) make compiler to keep all produced functions
 c) b) and avoid local optimizaitons on the functions (such as custom
    calling conventions)
 d) drop the switch as it has no good use
I would love to see d) but what are the opinions?

Honza


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