This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge all B::CV structure accesses into the common accessor code.
authorNicholas Clark <nick@ccl4.org>
Sat, 30 Oct 2010 19:06:56 +0000 (20:06 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 30 Oct 2010 19:06:56 +0000 (20:06 +0100)
commitffc5d9fc8596902fed8afe3ebb4bfdff9959b743
tree791490006d561b8e97de5f40896f42184d92bfbf
parent3da43c359c50eb2c84276083b96237c90e660820
Merge all B::CV structure accesses into the common accessor code.

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

(CvDEPTH() was changed from a long to I32 in change bb17208353b2f15e in 2006 -
B.xs was never updated)
ext/B/B.xs