projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4d68c
)
Perldelta for Dave's short-circuit optimization
author
Steffen Mueller
<smueller@cpan.org>
Thu, 14 Jul 2011 17:25:02 +0000
(19:25 +0200)
committer
Steffen Mueller
<smueller@cpan.org>
Thu, 14 Jul 2011 17:25:02 +0000
(19:25 +0200)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index d3bab27f673fadb9984b07e53d51ad980892a6ce..9c65028982988c94ddab085df461f12504c7eede 100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-106,6
+106,12
@@
may well be none in a stable release.
=item *
+The short-circuiting operators C<&&>, C<||>, and C<//> are now
+considerably faster in the short-circuiting case due to reduced
+OP-tree traversal.
+
+=item *
+
The implementation of C<s///r> makes one less copy of the scalar's value.
=item *