Pushing to stack after EXTEND doesn't require *X*PUSH
authorSteffen Mueller <smueller@cpan.org>
Mon, 22 Oct 2012 13:47:04 +0000 (15:47 +0200)
committerSteffen Mueller <smueller@cpan.org>
Mon, 22 Oct 2012 13:47:04 +0000 (15:47 +0200)
commit2c76dbb3b9920dac94faf089f8d8e1e8a09cdc44
tree4cc18d8f17edba5f428ceabe94fde12645b58a70
parent00900d46c2978c71db6a4b3be0dc3fe6a7298ab5
Pushing to stack after EXTEND doesn't require *X*PUSH

This just converts a few (m)?XPUSH(s|p|...) to (m)?PUSH(s|p|...) that
follow an explicit call to EXTEND.
sv.c