This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Consolidate some local aelem code
authorFather Chrysostomos <sprout@cpan.org>
Sat, 27 Sep 2014 18:07:35 +0000 (11:07 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Oct 2014 04:57:14 +0000 (21:57 -0700)
commit05a3480266d84ff8acb7473e8a29dc8383393335
treeff5d80ab4a2fc0c26f469bc74af62a3bd2ae3ada
parenta95dad8a993b7576952e2644d1f24c356d163bd1
pp.c: Consolidate some local aelem code

In the process, avoid a redundant av_fetch for \local$a[0]= and
\local($a[0])=.
pp.c