Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 2aea9971dcf3000ae441b44c7cf8ed79b6afe3a2
      
https://github.com/Perl/perl5/commit/2aea9971dcf3000ae441b44c7cf8ed79b6afe3a2
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M perl.h

  Log Message:
  -----------
  perl.h: Add UNLESS_PERL_MEM_LOG()

This is to be used to wrap code that should not be compiled if
PERL_MEM_LOG is defined.  Some things don't play well with that, and
this keeps them from being compiled automatically without extra #ifdefs


  Commit: cb505e0a86ac0c33c210daca0ffca4089ba0d2f3
      
https://github.com/Perl/perl5/commit/cb505e0a86ac0c33c210daca0ffca4089ba0d2f3
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M perl.h

  Log Message:
  -----------
  perl.h: Use UNLESS_PERL_MEM_LOG()

These debugging statements for mutex locking are done at such a low
level that if PERL_MEM_LOG is used, infinite recursion would be
attempted.


Compare: https://github.com/Perl/perl5/compare/79c6bd015ed1...cb505e0a86ac

Reply via email to