This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9282e3
)
perldelta for OP_SIGELEM work
author
David Mitchell
<davem@iabyn.com>
Mon, 8 Aug 2016 10:31:13 +0000
(11:31 +0100)
committer
David Mitchell
<davem@iabyn.com>
Mon, 8 Aug 2016 10:31:13 +0000
(11:31 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
bde2906
..
0e20a39
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-89,7
+89,9
@@
There may well be none in a stable release.
=item *
-XXX
+The rather slow implementation for the experimental subroutine signatures
+feature has been made much faster; it is now comparable in speed with the
+old-style C<my ($a, $b, @c) = @_>.
=back
@@
-327,7
+329,9
@@
well.
=item *
-XXX
+Three new ops, C<OP_ARGELEM>, C<OP_ARGDEFELEM> and C<OP_ARGCHECK> have
+been added. These are intended principally to implement the individual
+elements of a subroutine signature, plus any overall checking required.
=back