Optimizations on long long multiply/divide on PowerPC32 don't
Joe Buck
jbuck@synopsys.COM
Mon Dec 10 11:35:00 GMT 2001
Linus writes:
> Gcc doesn't support inline functions without optimization (it does in C++,
> and it may be that even the C side has started to honour the "inline"
> keyword, but I've never been interested enough to check), and Linux has
> always tended to prefer inline functions over complicated macros.
No, even in C++ GCC does not inline functions without optimization.
More information about the Gcc
mailing list