On 9/12/13 6:35 AM, Mike Hommey wrote:
Note we have *many* inline functions that the compiler decide to never
inline. We should maybe try to detect those on all platforms and move
those functions out of headers.

gcc -Winline will report uninlined "inline" functions, but the warnings are VERY noisy and sensitive to compilation flags. Still, periodic -Winline "spot checks" might be useful to identify the most frequently uninlined functions.


chris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to