Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: beb595beae321cec69d9c2bf2e1a24ce419bfd4b
https://github.com/Perl/perl5/commit/beb595beae321cec69d9c2bf2e1a24ce419bfd4b
Author: Lukas Mai <[email protected]>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp: reduce some code duplication
The tail of each branch is basically the same, so we can pull out the
common code. Also, we don't need to SvIV() twice if we store the result
of the first call in a local variable.
Addresses #23364.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications