diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-01 15:40:04 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-01 15:40:04 +0200 |
commit | 137127def3973a3e6331e3ab63658c463d211120 (patch) | |
tree | e0881f7eb795db847cb912cabbf7c4a8cad69b48 /pod | |
parent | 776df701ccf6ff508b27293b35d3e65ccf922531 (diff) | |
download | perl-137127def3973a3e6331e3ab63658c463d211120.tar.gz |
Clarify CPU cache improvements entry in 5133delta
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5133delta.pod | 4 |
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 |