This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_entersub: remove extraneous SAVETMPS
authorDavid Mitchell <davem@iabyn.com>
Fri, 26 Jun 2015 11:17:59 +0000 (12:17 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 08:59:33 +0000 (08:59 +0000)
commiteaf95e614f1e9d5d965a0fafcbac033baef2b5bb
tree1d6f3c9c4224044d9c1ccf17800cf5466e91ac64
parentcd17cc2e752d3e7e4d2cbdac9869cc7de3e9b075
pp_entersub:  remove extraneous SAVETMPS

The branch that handles "no cv, try autoload" does a SAVETMPS.
This serves no purpose, since we will shortly be doing another SAVETMPS
anyway with no intervening ENTER.
pp_hot.c