This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the xpv_pv/xrv_rv member into the SV head, in a union with
authorNicholas Clark <nick@ccl4.org>
Sat, 21 May 2005 18:19:43 +0000 (18:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 21 May 2005 18:19:43 +0000 (18:19 +0000)
commit7b2c381cf37e4e4611c4a864b5d6f7134344e3e6
tree8807ac10b976a808e6707f79fbff58de3476795c
parent6e3207c2a1cd2d1644ac48e4d8ddd6742391e423
Move the xpv_pv/xrv_rv member into the SV head, in a union with
IV and UV. Avoid allocating a body for IVs and RVs.

p4raw-id: //depot/perl@24531
14 files changed:
av.h
bytecode.pl
cv.h
embed.fnc
embed.h
ext/B/B/C.pm
ext/ByteLoader/bytecode.h
ext/ByteLoader/byterun.c
ext/ByteLoader/byterun.h
hv.c
hv.h
proto.h
sv.c
sv.h