This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
For lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
authorFather Chrysostomos <sprout@cpan.org>
Fri, 29 Aug 2014 01:26:36 +0000 (18:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Sep 2014 13:19:32 +0000 (06:19 -0700)
commitae77754ae288180ef1b6bab63dd49fa724d9fddd
tree2117fa17eff09c3b743f144a60d16c352c152bcd
parente38faec93a3dca999da366b2f1cec7a005c2b41b
For lexical subs, reify CvGV from CvSTASH and CvNAME_HEK

From now on, the presence of a name hek implies a GV.  Any access to
CvGV will cause that implicit GV to be reified.
cv.h
embed.fnc
ext/B/t/b.t
gv.c
inline.h
op.c
pp_hot.c
proto.h
universal.c