diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-23 09:09:15 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-23 09:09:15 +0000 |
commit | d1fedbfcf1477fb9db5cef6070dcaf18afd8122b (patch) | |
tree | 5878adaa5daaa07ffe348288f14e020ad4e6d410 /ext/B | |
parent | 69c7879f2ca9b618cc085fd694dbd443f57c57f2 (diff) | |
download | perl-d1fedbfcf1477fb9db5cef6070dcaf18afd8122b.tar.gz |
Bytecode mustn't save the NVX for hashes now that the NVX is a union
containing pointers initialised to zero.
p4raw-id: //depot/perl@24546
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B/Bytecode.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/B/B/Bytecode.pm b/ext/B/B/Bytecode.pm index b44458f9b8..a6cf550bb5 100644 --- a/ext/B/B/Bytecode.pm +++ b/ext/B/B/Bytecode.pm @@ -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; } |