This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simple speed gainback (as it was in 5.6): for non-Unicode
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 17 Mar 2002 21:50:26 +0000 (21:50 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 17 Mar 2002 21:50:26 +0000 (21:50 +0000)
commit7d3e948e24bb3d2cd32830e4d6a913f9068a0d8c
tree29f7dc7820ded152f31f836dbb60a7c004c79aa2
parentc38200a5ad52955b71a17f21a895f95d47b5281e
Simple speed gainback (as it was in 5.6): for non-Unicode
character classes use inlined macros instead of the full
function call.

p4raw-id: //depot/perl@15276
regexec.c