This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make isSTRICT_UTF8_CHAR() an inline function
authorKarl Williamson <khw@cpan.org>
Thu, 28 Jun 2018 04:01:53 +0000 (22:01 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jul 2018 20:47:19 +0000 (14:47 -0600)
commit67049a5ffa8b7757041edb8f972a0a74fbe5d63d
tree7427d4c3d7a9b99d58a33e86647478916343871d
parente6a4ffc3f7aa69cbf3e5e83518e40e529a34b75b
Make isSTRICT_UTF8_CHAR() an inline function

It was a macro that used a trie.  This changes to use the dfa
constructed in previous commits.  I didn't bother with taking
measurements.  A dfa should have fewer conditionals for many code
points.
embed.fnc
embed.h
inline.h
proto.h
regcharclass.h
regen/regcharclass.pl
utf8.h