This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
First stab at not automatically creating an unused SV for GvSV
authorNicholas Clark <nick@ccl4.org>
Wed, 29 Jun 2005 15:58:14 +0000 (15:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 29 Jun 2005 15:58:14 +0000 (15:58 +0000)
commitc69033f2a629160559f680da8e4e5a7e3c4c3a0c
treed19b6ca86b0f5cbbbb1e078ab96eac111df03dfd
parent9dc0b5dcb80b5128172acb8c4bd670aa72142821
First stab at not automatically creating an unused SV for GvSV
Enable it with -DPERL_DONT_CREATE_GVSV.
Currently if enabled 22 test scripts have failures, so still some way
to go.

p4raw-id: //depot/perl@25009
embed.fnc
embed.h
global.sym
gv.c
gv.h
makedef.pl
perl.c
pp_hot.c
proto.h
sv.c