|
|
|
Re: How NOT to inline functions INSIDE a function (limit stack frame size) ? | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
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 ?)