This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
inlining default
- From: Jason Merrill <jason at redhat dot com>
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 12 Dec 2001 14:00:03 +0000
- Subject: inlining default
It seems that Neil's 2001-11-15 changes to option parsing had a side effect
of turning on tree inlining at -O0 for C and C++ unless suppressed with
-fno-inline, because we now set flag_tree_inline from flag_no_inline before
setting flag_no_inline from optimize. Is this what we want? I would
prefer to leave it off by default with -O0, but many compilers turn it on
unless specifically disabled. What do other people think?
Jason