This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In the shared string table, if we add new entries to the head of the
authorNicholas Clark <nick@ccl4.org>
Fri, 30 Dec 2005 14:57:00 +0000 (14:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 30 Dec 2005 14:57:00 +0000 (14:57 +0000)
commit263cb4a6f8ed72054b3a96de216b5a39651a5ec9
tree2537d7cb8313bf1008e1a7a722297ae166fdc592
parent54a85b95f465893ba23bf8c7ad5b933bde134505
In the shared string table, if we add new entries to the head of the
linked list chain, then we don't need as much bookkeeping in the loop.

p4raw-id: //depot/perl@26538
hv.c