op.c:ck_open: Make hint lookup conditional on HINT_LOCALIZE_HH
authorFather Chrysostomos <sprout@cpan.org>
Sat, 2 Nov 2013 13:48:13 +0000 (06:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 4 Nov 2013 13:10:17 +0000 (05:10 -0800)
commit0845736aa911ed8d7568022034b29a5eeec529a7
treeb76c94e4d5fc04d3cec5c882c3ed2daf259ea5f8
parent565e6f7eb6f7b00d0f5d6f3dc35baca688f2ff80
op.c:ck_open: Make hint lookup conditional on HINT_LOCALIZE_HH

This makes this just a teeny tiny bit faster.

HINT_LOCALIZE_HH will have been set in PL_hints if %^H has anything
in it.  So bypass the hash lookup altogether if that flag is not set.
op.c