This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
improve hashing algorithm for ptr tables in perl_clone:
authorDave Mitchell <davem@fdisolutions.com>
Wed, 19 May 2004 21:02:04 +0000 (21:02 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 19 May 2004 21:02:04 +0000 (21:02 +0000)
commit134ca3d6c0df26ae21f9d33f6fbf207fca26b857
treea1dd24bb72088e4a37759fe69d81f4aef219ecc9
parent14cade97ead1fce5346533c9ffae161becee82db
improve hashing algorithm for ptr tables in perl_clone:
the bottom few bits of a pointer are usually zero

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