inlining default
Joe Buck
jbuck@synopsys.COM
Wed Dec 12 12:28:00 GMT 2001
> 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?
Probably not, because I'll bet that most people who say -O0 or who give
no -O switch at all are turning on -g, and inlining can make debugging
harder.
More information about the Gcc
mailing list