This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge all B::IO structure accesses into the common accessor code.
authorNicholas Clark <nick@ccl4.org>
Sat, 30 Oct 2010 16:15:27 +0000 (17:15 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 30 Oct 2010 16:54:41 +0000 (17:54 +0100)
commit55440d31a40ed9abc962265f5d2bdcb113949b13
tree1fb7329902317a9cecbde6c55b8f0f9a3e485435
parent928eb066db8ceeefaa02cc5033d3e04c22d6686e
Merge all B::IO structure accesses into the common accessor code.

On this platform this reduces the object size by 9K.

(IoLINES(), IoPAGE(), IoPAGE_LEN() and IoLINES_LEFT() were changed from
long to IV in commit 11a7ac70a867da65 in 2001 - B.xs was never updated)
ext/B/B.xs