From 92c695dbe5618ad42efef9ebae10c088e2e98e62 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Thu, 14 Jul 2011 19:25:02 +0200 Subject: [PATCH] Perldelta for Dave's short-circuit optimization --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d3bab27..9c65028 100644 --- 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 makes one less copy of the scalar's value. =item * -- 2.7.4