This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use more inversion lists in [] char classes
authorKarl Williamson <public@khwilliamson.com>
Sat, 23 Jun 2012 21:00:26 +0000 (15:00 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 30 Jun 2012 04:22:40 +0000 (22:22 -0600)
commit68823f48ffedb1e9641d519d6045b2c0a9fc80ce
tree67af6f2f38e1128b73ddecef1a0f329edd669930
parentbdd8600f35ec7851722b0fe8b4902e0e04ab2800
regcomp.c: Use more inversion lists in [] char classes

This changes the building of bracketed character classes to use
inversion lists instead of a bitmap/inversion list combination.

This will lead in later commits to simplification and extending
optimizations to beyond the Latin1 range.
regcomp.c