Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6d97c8623f515875cc84450000603679732502bb
      
https://github.com/Perl/perl5/commit/6d97c8623f515875cc84450000603679732502bb
  Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk>
  Date:   2025-03-31 (Mon, 31 Mar 2025)

  Changed paths:
    M mg.c
    M mg.h
    M pp.c

  Log Message:
  -----------
  Nuke the MGf_PERSIST flag, freeing a bit in ->mg_flags

The MGf_PERSIST flag is only used by PERL_MAGIC_lvref, and there it
simply contains a shadow copy of the OPpLVREF_ITER flag in op_private.
Since the mg_priv field is set as a copy of op_private anyway, the code
that checks this bit might as well look there instead.

As a result of this change, the 0x80 bit of the mg_flags field is now
free for other purposes.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to