
10 Oct
2011
10 Oct
'11
12:02 a.m.
On Mon, Oct 10, 2011 at 1:50 AM, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
They're slightly different: __forceinline works just like the normal inline specifier, while __attribute__((always_inline)) can be placed in various places like other GCC attributes, but only has an effect if the function is also inline.
Shouldn't the decision to inline be left to the compiler? Olaf