This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use compile-time invlists
authorKarl Williamson <public@khwilliamson.com>
Sat, 4 Feb 2012 05:01:03 +0000 (22:01 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Feb 2012 17:13:57 +0000 (10:13 -0700)
commita3e1f3a6180fe54649735a678cb15de8aaacf5e9
tree84ac04a68e651e7c81e3ead7ea1e9fc7cca31fa2
parent9d9177bec752277fb0bb090203f47d85c3aba878
regcomp.c: Use compile-time invlists

This creates three simple compile-time inversion lists from the data
that has been generated in a previous commit, and uses two of them.
Three PL_ variables are used to store them.
embedvar.h
intrpvar.h
regcomp.c
sv.c