]> git.eshelyaron.com Git - emacs.git/commit
Use plain ‘static’ for Emacs C inline functions
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Sep 2019 06:13:54 +0000 (23:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Sep 2019 06:15:04 +0000 (23:15 -0700)
commit365dad197bac5deec9244fd9c189d23c46c99b31
treeb3e7f28e4935e6008c46a103152cd6590484146f
parent507d5548349540dbde67d3e535a4607fd2207c49
Use plain ‘static’ for Emacs C inline functions

This improved performance of ‘make compile-always’ by 8.2%
on my platform (AMD Phenom II X4 910e, Fedora 30 x86-64).
* src/conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
(INLINE_HEADER_END) [!EMACS_EXTERN_INLINE]: Use plain ‘static’.
src/conf_post.h