From 3a4b75f8383799032432373d6d0037d290ffbd8c Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 12 Nov 2013 05:58:27 -0800 Subject: [PATCH] perldelta for 71323522ef --- pod/perldelta.pod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4e19045..07e8d3e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -89,7 +89,10 @@ There may well be none in a stable release. =item * -XXX +Constant hash key lookups (C<$hash{key}> as opposed to C<$hash{$key}>) have +long had the internal hash value computed at compile time, to speed up +lookup. This optimisation has only now been applied to hash slices as +well. =back -- 2.7.4