This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use the cache in S_sv_pos_u2b_cached() when the desired offset is
authorNicholas Clark <nick@ccl4.org>
Thu, 23 Mar 2006 11:06:52 +0000 (11:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 23 Mar 2006 11:06:52 +0000 (11:06 +0000)
commit668af93f1915d2f416c8e13d6ab3b8f85d22477b
treed287940576f2eb55bd889de73f2b80427a9536a5
parentd8b2e1f98fe91e4020778e571bebc149328875f1
Use the cache in S_sv_pos_u2b_cached() when the desired offset is
between the start of the string and the cached location.
Remove unneccesary else from Perl_sv_pos_b2u().

p4raw-id: //depot/perl@27579
sv.c