This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid calling all the scanning code in gv_fetchpvn_flags when saving
authorNicholas Clark <nick@ccl4.org>
Thu, 9 Feb 2006 12:37:13 +0000 (12:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 9 Feb 2006 12:37:13 +0000 (12:37 +0000)
commit49f27e4b1bbb7347a4b84270b376766d25eca6cf
tree7a310965799c96603eca434da1a97a8de27d8337
parent38d1b06f95ebaf0e4dc96d48047c7c7648c3ba3f
Avoid calling all the scanning code in gv_fetchpvn_flags when saving
$1 etc, as we can perfom a hash lookup on %:: directly.

p4raw-id: //depot/perl@27134
regcomp.c