In Perl_cx_dup(), block copy the entire context stack, then walk it
authorNicholas Clark <nick@ccl4.org>
Sun, 20 Jan 2008 18:54:17 +0000 (18:54 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 20 Jan 2008 18:54:17 +0000 (18:54 +0000)
commitc2d565bf20398393b9b05727867496686647584f
treefb5ab98d2f5dce720422aeb3d1c9eb558cb974b8
parent10067d9ac787a7e27e17175ac3e209ef628b8aec
In Perl_cx_dup(), block copy the entire context stack, then walk it
to duplicate/fixup only the things that aren't simple binary copies.

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