From: Ævar Arnfjörð Bjarmason Date: Mon, 19 Apr 2010 19:46:39 +0000 (+0100) Subject: Add =head2 to the perldelta change in da76b8593e X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4207d19c588387e70524000ff324caaf2ca59f41;p=p5sagit%2Fp5-mst-13.2.git Add =head2 to the perldelta change in da76b8593e --- diff --git a/pod/perl5130delta.pod b/pod/perl5130delta.pod index 42a5dc7..93cd22e 100644 --- a/pod/perl5130delta.pod +++ b/pod/perl5130delta.pod @@ -30,6 +30,8 @@ XXX For a release on a stable branch, this section aspires to be: =head1 Core Enhancements +=head2 "safe signals" optimization + Signal dispatch has been moved from the runloop into control ops. This should give a few percent speed increase, and eliminates almost all of the speed penalty caused by the introduction of "safe signals" in 5.8.0. Signals should