Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 47e6c6d93f57c4fc8d67fee6635d33d3bf768674
https://github.com/Perl/perl5/commit/47e6c6d93f57c4fc8d67fee6635d33d3bf768674
Author: Nicolas R <[email protected]>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M MANIFEST
M ext/B/B.pm
M ext/B/B.xs
A ext/B/t/invlist.t
M ext/B/typemap
M perl.h
M sv.h
Log Message:
-----------
Add a few helpers to B for INVLIST
This commit provide some basic method
to access to internal fields from one
INVLIST: SVt_INVLIST
- prev_index
- is_offset
- array_len
- get_invlist_array
This allows B::C to be walk and save invlists.