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)
commit9402563ac1ee6a7649763b93342cb2940addf915
tree3f35069eb1363ff7c030a9a13d994dc365e1a448
parent21aeb718e9b2ffc24ed853a11c571efa7fc3555d
Exit early from Perl_fbm_compile() if the SV is already "compiled".

I believe that this can only happen if a constant subroutine is used more than
once as the second argument to index.
t/op/index.t
util.c