Bytecode mustn't save the NVX for hashes now that the NVX is a union
Nicholas Clark [Mon, 23 May 2005 09:09:15 +0000 (09:09 +0000)]
containing pointers initialised to zero.

p4raw-id: //depot/perl@24546

ext/B/B/Bytecode.pm

index b44458f..a6cf550 100644 (file)
@@ -172,7 +172,6 @@ sub B::HV::ix {
            asm "ldsv", $varix = $ix unless $ix == $varix;
            ($i = not $i) ? asm ("newpv", pvstring $_) : asm("hv_store", $_)
                for @array;
-           asm "xnv", $hv->NVX;
            asm "xmg_stash", $stashix;
            asm "xhv_riter", $hv->RITER;
        }