SVs know their length, so avoid 2 calls to strlen().
authorNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2007 09:42:50 +0000 (09:42 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2007 09:42:50 +0000 (09:42 +0000)
commit73968c7a3e8deb8ff839b220f53356c001f4e89a
tree6333b2a236914924f9a256eb17a079b5dc4d67cb
parent48e1361cf2222b49db181701bdd28356903d46d7
SVs know their length, so avoid 2 calls to strlen().
As we have an SV, call hv_fetch_ent() rather than hv_fetch().

p4raw-id: //depot/perl@31921
mro.c