summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-01 15:40:04 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-01 15:40:04 +0200
commit137127def3973a3e6331e3ab63658c463d211120 (patch)
treee0881f7eb795db847cb912cabbf7c4a8cad69b48 /pod
parent776df701ccf6ff508b27293b35d3e65ccf922531 (diff)
downloadperl-137127def3973a3e6331e3ab63658c463d211120.tar.gz
Clarify CPU cache improvements entry in 5133delta
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5133delta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod
index 8e929025ba..af03607adf 100644
--- a/pod/perl5133delta.pod
+++ b/pod/perl5133delta.pod
@@ -96,7 +96,9 @@ course, does not generate the warning. (0111154)
=head1 Performance Enhancements
-There are several small optimizations to improve CPU cache performance
+There are several small optimizations to reduce CPU cache misses in various very
+commonly used modules like C<warnings> and C<Carp> as well in accessing
+file-handles for reading.
=head1 Modules and Pragmata