This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add proto magic type
authorFather Chrysostomos <sprout@cpan.org>
Fri, 13 Jul 2012 06:31:52 +0000 (23:31 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:45:03 +0000 (22:45 -0700)
commit2a388207e072a645aa29f0b2b18f07d9a55cbf5e
treee5cc426ec00c7925570598b6dd420b6050d9598e
parent194774c2461cd523598d669111a3251e2ceb0147
Add proto magic type

This will be used for storing the prototype CV of a ‘my’ sub.  The
clone needs to occupy the pad entry so that padcv ops will be able to
find it.  That means the clone has to displace its prototype.  In case
the same sub is called recursively, we still need to be able to access
the prototype.
mg_names.c
mg_raw.h
mg_vtable.h
pod/perlguts.pod
regen/mg_vtable.pl