This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor sv_dup to memcpy from source to destination, and only
authorNicholas Clark <nick@ccl4.org>
Sat, 18 Jun 2005 22:43:58 +0000 (22:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 18 Jun 2005 22:43:58 +0000 (22:43 +0000)
commit662fb8b24094b55abe53130309c03b869194e0f3
tree00ecff3f739ee286f34813efff21089324775618
parent6f51351dc430b1cdbea64b49a24a0fc68a028a36
Refactor sv_dup to memcpy from source to destination, and only
explicitly copy the structure members that need explicit duplication.

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