This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
B::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be implemented via ALIAS.
authorNicholas Clark <nick@ccl4.org>
Fri, 29 Oct 2010 09:28:53 +0000 (10:28 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 29 Oct 2010 09:30:42 +0000 (10:30 +0100)
commitde64752d290b57032d45d72532fb976cf2b9b2b0
tree95df9608b13e40263fb07b254d243c1b485cc1ba
parentf5c343532340a3f399a8f7efe4d4d125c3e668b2
B::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be implemented via ALIAS.

Maksing the flags directly here breaks a bit of the encapsulation of sv.h, but
saves about 4K on this platform.
ext/B/B.xs
ext/B/t/b.t