This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Exit early from Perl_fbm_compile() if the SV is already "compiled".
authorNicholas Clark <nick@ccl4.org>
Wed, 18 May 2011 09:49:43 +0000 (10:49 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 07:40:02 +0000 (09:40 +0200)
I believe that this can only happen if a constant subroutine is used more than
once as the second argument to index.


No differences found