This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-fkeep-inline-fucntions and unit-at-a-time
- From: Jan Hubicka <jh at suse dot cz>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 6 Sep 2003 21:11:14 +0200
- Subject: -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