Martin Buchholz <martin(a)xemacs.org> writes:
Hrvoje> For instance, `gcc -O2' (or, for that matter, `gcc
-O')
Hrvoje> doesn't inline any functions, but it does inline the ones
Hrvoje> specifically requested. `gcc -O3' inlines all it can, but
Hrvoje> was reported as buggy under some architectures.
Whatever you do, `inline' will never be more than a hint to the
compiler.
Whatever. Gcc for one has respected that hint whenever I tried it.