In Perl_padlist_dup() don't duplicate @_ or pads caused by recursion.
authorNicholas Clark <nick@ccl4.org>
Thu, 25 Feb 2010 14:21:18 +0000 (14:21 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 24 May 2010 14:50:57 +0000 (15:50 +0100)
commit6de654a5795b6f7915432ff16bcdac0688492a9b
tree13f136cb5c63e207f77cb31e08970d2657a3b160
parentd5b1589c09b534ccfeb2eae26b3de9339c1bf22b
In Perl_padlist_dup() don't duplicate @_ or pads caused by recursion.

CvDEPTH() is 0 in a new thread, so duplicating pads beyond the always-present
first level is a waste of effort and memory.
pad.c