summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-04-26 18:35:32 -0400
committerRicardo Signes <rjbs@cpan.org>2015-05-05 21:15:01 -0400
commitaae5c1c7c193077998f0c7992e7fd9b7b6b6eb87 (patch)
tree27e9a034c01c9fe37d4d8ccd23e2d0b81f6ba2e4 /Porting
parentc74915bbd6615066c290ca699ff3dc07661fca2d (diff)
downloadperl-aae5c1c7c193077998f0c7992e7fd9b7b6b6eb87.tar.gz
perldelta: minor reordering of optimizations
Diffstat (limited to 'Porting')
-rw-r--r--Porting/perl5220delta.pod11
1 files changed, 5 insertions, 6 deletions
diff --git a/Porting/perl5220delta.pod b/Porting/perl5220delta.pod
index 5dd5600eca..5b1a298ad4 100644
--- a/Porting/perl5220delta.pod
+++ b/Porting/perl5220delta.pod
@@ -519,12 +519,6 @@ language about the risks of fatal warnings in general.
=item *
-Win32 Perl uses 8 KB less of per-process memory than before for every perl
-process of this version. This data is now memory mapped from disk and shared
-between perl processes from the same perl binary.
-
-=item *
-
If method and class names are known at compile time, hashes are precomputed
to speed up run-time method lookup. Also, compound method names like
C<SUPER::new> are parsed at compile time, to save having to parse them at
@@ -660,6 +654,11 @@ The functions C<utf8::native_to_unicode()> and C<utf8::unicode_to_native()>
a minimal performance hit in writing code portable between ASCII and EBCDIC
platforms.
+=item *
+
+Win32 Perl uses 8 KB less of per-process memory than before for every perl
+process of this version. This data is now memory mapped from disk and shared
+between perl processes from the same perl binary.
=back