projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a938121
)
Yet another bytecode tweak from Enache.
Jarkko Hietaniemi [Thu, 31 Jul 2003 20:14:06 +0000 (20:14 +0000)]
p4raw-id: //depot/perl@20389
ext/B/B/Bytecode.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Bytecode.pm
b/ext/B/B/Bytecode.pm
index
83533c2
..
826ae5b
100644
(file)
--- a/
ext/B/B/Bytecode.pm
+++ b/
ext/B/B/Bytecode.pm
@@
-174,6
+174,7
@@
sub B::HV::ix {
for @array;
asm "xnv", $hv->NVX;
asm "xmg_stash", $stashix;
+ asm "xhv_riter", $hv->RITER;
}
asm "sv_refcnt", $hv->REFCNT;
$ix;