In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/3271cf246fc5e8e632a91eaeadd71a58c7eaebb8?hp=37beca6c83dd6059068c47010391296790db7228>
- Log ----------------------------------------------------------------- commit 3271cf246fc5e8e632a91eaeadd71a58c7eaebb8 Author: Sawyer X <[email protected]> Date: Wed May 15 07:36:57 2019 +0300 [perldelta] Missing =item ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6c944b9fd3..eaa04d9df6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -247,6 +247,8 @@ C<ord("\x7fff")> now requires 12% fewer instructions than before. The performance of checking that a sequence of bytes is valid UTF-8 is similarly improved, again by using a dfa. +=item * + Eliminate recursion from finalize_op(). L<[perl #108276]|https://rt.perl.org/Ticket/Display.html?id=108276>. -- Perl5 Master Repository
