This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PUSH_MULTICALL: move SAVETMPS later
authorDavid Mitchell <davem@iabyn.com>
Sat, 11 Jul 2015 13:16:29 +0000 (14:16 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 08:59:36 +0000 (08:59 +0000)
commit39f959b3924aabef92cdea5372e354a1e158f871
treed76207d7620e2c91f357e144a21dd61f4b8700eb
parent8a44b450ee601df21c3e6059c1b0c72e8232635a
PUSH_MULTICALL: move SAVETMPS later

Move the SAVETMPS to just after the PUSHSUB. This should make no
functional difference, because nothing should have affected the TMPS stack
between the old and the new code positions.
cop.h