This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Store the xhv_aux structure after the main array.
authorNicholas Clark <nick@ccl4.org>
Wed, 1 Jun 2005 14:33:14 +0000 (14:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 1 Jun 2005 14:33:14 +0000 (14:33 +0000)
commitb79f7545f218479c6361e25f42849d88b9cef87e
treedd31c7556d5e1a467d5dfb3610c5df0ba7507ed4
parentae7e4cc14be2e40a3d39a27af7d2e07ebcc705e9
Store the xhv_aux structure after the main array.
This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
build. It has the side effect of defined %symbol_table:: now always
being true. defined %hash is already deprecated.

p4raw-id: //depot/perl@24660
hv.c
hv.h
sv.c
sv.h
t/op/magic.t