diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-17 14:21:37 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-21 16:51:16 -0700 |
commit | 35e035ccb58e33947405288b1177fb0b9c1da197 (patch) | |
tree | fec171998002fc9523f006c88610f31e252d5d5f /installperl | |
parent | db4cf31d1d6c1d09bce93986aa993818ea7b17cf (diff) | |
download | perl-35e035ccb58e33947405288b1177fb0b9c1da197.tar.gz |
More PAD APIs
If we are making padlists their own type, and no longer AVs, it makes
sense to add APIs for pads, too, so that CPAN code that needs to
change now will only have to change once if we ever stop pads them-
selves from being AVs.
There is no reason pad names have to be SVs, so I am adding sep-
arate APIs for pad names, too. The AV containing pad names is
now officially a PADNAMELIST, which is accessed, not via
*PADLIST_ARRAY(padlist), but via PADLIST_NAMES(padlist).
Future optimisations may even merge the padlist with its name list so
I have also added macros to access the parts of the name list directly
from the padlist.
Diffstat (limited to 'installperl')
0 files changed, 0 insertions, 0 deletions