This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
do_sv_dump(): handle CvSTART() as slab address
authorDavid Mitchell <davem@iabyn.com>
Mon, 5 Sep 2016 10:15:49 +0000 (11:15 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Sep 2016 11:00:05 +0000 (12:00 +0100)
commit27604593363c36604b7213ec7d405d21ef58f37b
treeb7068bbc9beb14f4964af67f8a780cff44699bdf
parent68d1ee858a9172f8fd376b2e4aca1cf5b1ecfaeb
do_sv_dump(): handle CvSTART() as slab address

If a CV is CvSLABBED(), then CvSTART() points to the op slab rather than a
start op. Make Perl_do_sv_dump() display this more informatively.
dump.c