Disabling the heuristic inliner
Shaun Jackman
sjackman@gmail.com
Wed Nov 18 23:21:00 GMT 2009
Is it possible to disable the heuristic inline function logic? I would
like the following behaviour:
* static inline functions are always inlined
* non-static functions are never inlined
* static functions that are called once are inlined
* static functions that are called more than once are not inlined
I'm using -Os, and I'm trying to find the right combination of -f
switches to enable this behaviour.
Thanks,
Shaun
More information about the Gcc
mailing list