gv.c:gv_try_downgrade: Use hv_fetchhek
authorFather Chrysostomos <sprout@cpan.org>
Tue, 5 Nov 2013 23:52:59 +0000 (15:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 6 Nov 2013 13:56:04 +0000 (05:56 -0800)
commit48c2c411a1dfc4a3e5e0e6829b02441a37bb3081
tree62577c71d955f40023c45b28a6d291540066e1a8
parent0ca835f6a623d95f378cb509131a818551586691
gv.c:gv_try_downgrade: Use hv_fetchhek

Unlike hv_fetch, this also passes the precomputed hash, saving
hv_common from having to recalculate it.
gv.c