speed up feature-checking slightly
authorFather Chrysostomos <sprout@cpan.org>
Thu, 22 Dec 2011 00:15:32 +0000 (16:15 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 22 Dec 2011 21:31:22 +0000 (13:31 -0800)
commit94250aee408add483c1bb5d139839eb6510650b2
tree9b9609969b53f0a0eb33755334982fdff16b526c
parentb861b87ffee6ad459fd7a2e4ee74d162f6e7ca70
speed up feature-checking slightly

When seeing whether the cop hint hash contains the given feature,
Perl_feature_is_enabled only needs to see whether the hint hash ele-
ment exists.  It doesn’t need to turn it into a scalar.
hv.c
hv.h
toke.c