summaryrefslogtreecommitdiff
path: root/pod/perl5134delta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perl5134delta.pod')
-rw-r--r--pod/perl5134delta.pod8
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/perl5134delta.pod b/pod/perl5134delta.pod
index b7398e33d7..dfd73c1b49 100644
--- a/pod/perl5134delta.pod
+++ b/pod/perl5134delta.pod
@@ -532,14 +532,6 @@ contains a more specific escape hatch:
This can be used for modules that have not been upgraded to 5.6 naming
conventions (and really should be completely obsolete by now).
-=item Make extending the peephole optimizer easier
-
-As of version 5.8, extension authors were allowed to replace perl's peephole
-optimizer function. However, this was B<very> hard to do, as there was no way to
-add new optimizations without having to copy large parts of perl's original
-optimizer. This problem is now solved by a rework of the optimizer extension
-API. See L<perlguts/"Compile pass 3: peephole optimization"> for details.
-
=item C<Perl_grok_bslash_o> and C<Perl_grok_bslash_c> may change in future
The functions C<Perl_grok_bslash_o> and C<Perl_grok_bslash_c>, which are public