summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2019-08-20 08:43:48 +0100
committerDavid Mitchell <davem@iabyn.com>2019-08-20 08:43:48 +0100
commit285db6955f5604d4f99b127b881cc95bb1ef131d (patch)
treef00552424631bfce003444dfbebb473006e4ec1f
parent3eaa7592a3744136787cbdd7c77ca7b3845fdfa1 (diff)
downloadperl-285db6955f5604d4f99b127b881cc95bb1ef131d.tar.gz
perldelta for 442d4b523eda1 (opslot)
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 34aa697270..35af9fa870 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -421,6 +421,11 @@ C<WITH_LC_NUMERIC_SET_TO_NEEDED> and C<WITH_LC_NUMERIC_SET_TO_NEEDED_IN>)
have been added to make it easier to do this safely and efficiently
as part of [perl #134172].
+=item *
+
+The memory bookkeeping overhead for allocating an OP structure has been
+reduced by 8 bytes per OP on 64-bit systems.
+
=back
=head1 Selected Bug Fixes