This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new function specifier: PERL_STATIC_FORCE_INLINE
authorTomasz Konojacki <me@xenu.pl>
Wed, 4 Mar 2020 22:34:38 +0000 (23:34 +0100)
committerKarl Williamson <khw@cpan.org>
Mon, 9 Mar 2020 13:55:49 +0000 (07:55 -0600)
commitf1e99d0d8751081b78b97ac6bb774d9655a256fb
treeb21d42800eb16bc5a61e669268a45922a8a3fdb4
parentf732bef2ef5b0534f8e0c9ba0d2d52ebe71c34b9
new function specifier: PERL_STATIC_FORCE_INLINE

It's the same thing as PERL_STATIC_INLINE but it also adds
__attribute__(always_inline) or __forceinline if the compiler
supports that.
embed.fnc
perl.h
regen/embed.pl
win32/win32.h