This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Optimize a single character [class] into EXACTish
authorKarl Williamson <public@khwilliamson.com>
Sat, 7 Jul 2012 16:10:30 +0000 (10:10 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 03:13:47 +0000 (21:13 -0600)
commit3e6d27d5b1eec9b28b111dffbfde7481fd83d347
tree851eed67a02005f1fc87f920cc01b66379d1b2be
parent86dc2bf573b880d9a9cb80e85148cf3540e08da0
Optimize a single character [class] into EXACTish

Things like /[s]/ or /[s]/i can be optimized as if they did not have the
brackets, /s/ or /s/i.
ext/re/t/regop.t
regcomp.c