doc 9b58b5
Matt S Trout [Sun, 20 Jun 2010 00:05:49 +0000 (01:05 +0100)]
pod/perl5132delta.pod

index 8d89b25..9d550ae 100644 (file)
@@ -412,9 +412,12 @@ as C<< m/foo/s and $bar >> but will issue a warning.
 
 =head1 Platform Specific Notes
 
-XXX Any changes specific to a particular platform. VMS and Win32 are the usual
-stars here. It's probably best to group changes under the same section layout
-as the main perldelta
+=head2 Recent OpenBSDs now use perl's malloc
+
+OpenBSD > 3.7 has a new malloc implementation which is mmap based and as such
+can release memory back to the OS; however for perl using this malloc causes
+a substantial slowdown so we now default to using perl's malloc instead
+(RT #75742) (9b58b5).
 
 =head1 Obituary