This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Properly reinstate space optimisations to SV body structures.
authorNicholas Clark <nick@ccl4.org>
Sat, 14 Aug 2010 15:46:20 +0000 (16:46 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 14 Aug 2010 15:46:20 +0000 (16:46 +0100)
commitbc337e5c08fd3b2fb5063efa582bb40d199419b1
treec67c8691bfc5a7eed9c4330ca67ae8b435d44e65
parent1fd8fa480e535be8885c2c1b2e7e95c3aabbdf7f
Properly reinstate space optimisations to SV body structures.

889d28b2ea2c1751 was incomplete; XPV, XPVIV and XPVNV were returning pointers
correctly offset within the allocated space to align the structures consistent
with XPVMG, but were allocating the full length, not just the used parts.
sv.c