How NOT to inline functions INSIDE a function (limit stack frame size) ?

Xavier Roche roche+kml2@exalead.com
Wed Jul 11 13:48:00 GMT 2012


On 07/11/2012 02:47 PM, Xavier Roche wrote:
> I can't seem to find any relevant attribute/buitin in the GCC manual for
> that though.

Note: A temporary workaround seems to be using __attribute__((cold)) 
with the target function. But this may have other side effects (such as 
function being placed very, very, very far in the code ?)



More information about the Gcc-help mailing list