diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-03-21 16:27:23 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-16 11:25:50 +0100 |
commit | 040eaf4711b0a76debb90b5ec07ce2d13b5ea096 (patch) | |
tree | fa9a63f44e09097db7add19fb6122940335ccdfa /pod | |
parent | 77da2310c76f19f8b52c04ab613265ef345523a1 (diff) | |
download | perl-040eaf4711b0a76debb90b5ec07ce2d13b5ea096.tar.gz |
Add PERL_NO_GET_CONTEXT to ODBM_File
For threaded platforms, this reduces the object code size, and should slightly
reduce CPU usage.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8133f3563e..0bc47fc50c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -389,6 +389,13 @@ Eliminated use of C<exists> on array elements which has been deprecated. =item * +L<ODBM_File> has been upgraded from version 1.10 to version 1.11. + +The XS code is now compiled with C<PERL_NO_GET_CONTEXT>, which will aid +performance under ithreads. + +=item * + L<PerlIO::encoding> has been upgraded from version 0.14 to 0.15 =item * |