This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'Use dfa for UTF-8' into blead
authorKarl Williamson <khw@cpan.org>
Thu, 5 Jul 2018 20:47:47 +0000 (14:47 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jul 2018 20:47:47 +0000 (14:47 -0600)
This series of patches moves to using dfa's for checking the syntax of,
and translating from UTF-8 into an equivalent code point value.  This
speeds things up; one of the commits includes benchmark numbers.


Trivial merge