Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: c09fb9d9638939b3889000cdecf4edc4a5a23a72
https://github.com/Perl/perl5/commit/c09fb9d9638939b3889000cdecf4edc4a5a23a72
Author: Karl Williamson <[email protected]>
Date: 2025-12-24 (Wed, 24 Dec 2025)
Changed paths:
M numeric.c
Log Message:
-----------
grok_bin_oct_hex: Add two UNLIKELY()s
Underscores in numbers are much less common than digits, and its
unlikely that this iteration of the loop through all the digits will
still have a running total of 0.
Commit: 628a2f68b991e431a1810cdfb727c25b6a3a44d9
https://github.com/Perl/perl5/commit/628a2f68b991e431a1810cdfb727c25b6a3a44d9
Author: Karl Williamson <[email protected]>
Date: 2025-12-24 (Wed, 24 Dec 2025)
Changed paths:
M numeric.c
Log Message:
-----------
grok_bin_oct_hex: Add/revise some comments
grok_bin_oct_hex: Move comments
And reflow. This is in preparation for the next commit.
Commit: f7d9d8b9abcbe2052ff708ae762d637a5361bd02
https://github.com/Perl/perl5/commit/f7d9d8b9abcbe2052ff708ae762d637a5361bd02
Author: Karl Williamson <[email protected]>
Date: 2025-12-24 (Wed, 24 Dec 2025)
Changed paths:
M numeric.c
Log Message:
-----------
grok_bin_oct_dec: Speed up overflow detection
We can compute outside the loop the exact value at which the next
iteration wil overflow, saving some operations
Compare: https://github.com/Perl/perl5/compare/117cee861c63...f7d9d8b9abcb
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications