This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In B.xs, use PPCODE rather than a typemap for output of T_SV_OBJ
authorNicholas Clark <nick@ccl4.org>
Mon, 8 Nov 2010 13:53:53 +0000 (13:53 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 8 Nov 2010 13:53:53 +0000 (13:53 +0000)
commit8ae5a962c7aabc579338e8a0f74ead4acb914e83
tree6b6c65845b734e6bdd5e5f0e050c6cdc3830cab2
parentfb6620c6d4bfa241f9a27972e00f73fccee386ca
In B.xs, use PPCODE rather than a typemap for output of T_SV_OBJ

This actually reduces both source code size and object code size (the latter
by almost 1K on this platform).
ext/B/B.xs
ext/B/typemap