This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid clearing @_ at all for faster subroutine calls; fix bugs
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 19 Sep 1999 21:30:18 +0000 (21:30 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 19 Sep 1999 21:30:18 +0000 (21:30 +0000)
commitd8b46c1bb1e2856c8ae13cfa7f0b032537c8f918
treefdb10b355d222b753f3ee2df6dc95f0d7ade8750
parentb3f4d6747e1f3080fd7541acf443f6376f42f81c
avoid clearing @_ at all for faster subroutine calls; fix bugs
in passing around references to @_, eg C<sub foo { \@_ }>; add
tests for the same

p4raw-id: //depot/perl@4195
MANIFEST
cop.h
pp.c
pp_ctl.c
pp_hot.c
t/op/args.t [new file with mode: 0755]