This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Another inlining idea
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 7 May 2003 22:45:43 +0200 (CEST)
- Subject: Another inlining idea
Hi!
In order to help the user specify inline decisions, how hard would it be
to implement an attribute that forces not inlining of the function itself,
but recursively all called functions from within it? F.i. once we start
processing the marked function, set a global flag to force all functions
inline. I'd suggest __attribute__((force_flat)).
Does this sound feasible?
Richard.