In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/285db6955f5604d4f99b127b881cc95bb1ef131d?hp=3eaa7592a3744136787cbdd7c77ca7b3845fdfa1>
- Log ----------------------------------------------------------------- commit 285db6955f5604d4f99b127b881cc95bb1ef131d Author: David Mitchell <[email protected]> Date: Tue Aug 20 08:43:48 2019 +0100 perldelta for 442d4b523eda1 (opslot) ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) 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 -- Perl5 Master Repository
