This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #29637] Thread creation time is hypersensitive
authorDave Mitchell <davem@fdisolutions.com>
Wed, 19 May 2004 20:17:55 +0000 (20:17 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 19 May 2004 20:17:55 +0000 (20:17 +0000)
commit14cade97ead1fce5346533c9ffae161becee82db
tree23612c7ce187d6601ddf10fd73bea37e5d76d527
parent136e4fd6ec637207d88e6a730d1dc2f630367cae
[perl #29637] Thread creation time is hypersensitive

Due to a logic error, the dup ptr table sometimes wans't being
grown, leading to extremely slow cloning.

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