This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Request function to be inline
authorKarl Williamson <public@khwilliamson.com>
Fri, 7 Sep 2012 17:20:49 +0000 (11:20 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 20 Nov 2012 00:12:59 +0000 (17:12 -0700)
commit26483009bbdb96e8d6b8ecd41b2b4e8d1763869d
tree7578eac24e40263633825de3770cd5feb9ec4d11
parentc41800a873924d311de8215a0d7f7693454025b4
utf8.c: Request function to be inline

This could remove a layer of function call overhead for this small
function, (if the compiler doesn't already choose to inline it).
embed.fnc
proto.h
utf8.c