perldelta: Two to-dos that don’t deserve mention
authorFather Chrysostomos <sprout@cpan.org>
Wed, 18 Sep 2013 01:14:46 +0000 (18:14 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 18 Sep 2013 03:19:13 +0000 (20:19 -0700)
commit8ba9690406e9d731223de05a94309a3b40e5704a
tree34d51bb5dfd0aff8be26f79bfa5ec563b9d20065
parentc44e86c974e0cbe3b74c62e00f5dddbd566df8ef
perldelta: Two to-dos that don’t deserve mention

9cefd268 [perl #118747] Allow in-place s///g when !!PL_sawampersand
c04e4151 op.c:leave_scope: use mg_free before sv_force_normal [#119295]

In both cases, it is a module relying on undocumented internals.

In the former, we do have an optimisation kicking in in cases where it
didn’t in 5.18 and earlier.  But those cases are rare enough that an
entry in ‘Performance Enhancements’ would be misleading.

In the latter, the order in which clearing and ‘free’ magic are trig-
gered is more predictable, but I don’t believe that has ever been
guaranteed, and only creepy modules will be affected by it.
pod/perldelta.pod