This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/regcharclass.pl: improved optree generation
authorYves Orton <demerphq@gmail.com>
Wed, 3 Oct 2012 17:05:03 +0000 (19:05 +0200)
committerKarl Williamson <public@khwilliamson.com>
Wed, 3 Oct 2012 23:58:49 +0000 (17:58 -0600)
commit9a3182e96982be7c86914c175a01f6ad478f76d2
treefaacfce47f8b98231357bee428e08d65821f7f57
parente405c23abd5bcb33c232ddf79ea3821ce1596bf7
regen/regcharclass.pl: improved optree generation

Karl Williamson noticed that we dont always deal with common suffixes in
the most efficient way. This change reworks how we convert a trie to an
optree so that common suffixes are always grouped together.
regcharclass.h
regen/regcharclass.pl