Branch: refs/heads/smoke-me/jkeenan/goto-finish-20251120
  Home:   https://github.com/Perl/perl5
  Commit: d00f243a5291de702c6f587b453a37274e661016
      
https://github.com/Perl/perl5/commit/d00f243a5291de702c6f587b453a37274e661016
  Author: James E Keenan <[email protected]>
  Date:   2025-11-20 (Thu, 20 Nov 2025)

  Changed paths:
    M pp_ctl.c

  Log Message:
  -----------
  pp_goto: Refactor out statement used in both if and else branches

The same (C) goto statement occurs at the end of each branch of an if-else
structure.  We can move them to a single statement just after the conclusion
of the else branch.



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

Reply via email to